Modular Implementation of various components, which interact with Alchemy Web3 Platform and AWS Cloud. Allowing you to use Alchemy Platform in the cloud and simultaneously simplifies provisioning of AWS Resources in the cloud.
.
|-- cdk-alchemy-integrator // Impplementation of Alchemy Integrator Module
|-- cdk-alchemy-webhooks //Impplementation of Alchemy Webhooks Module
|-- docs // Documentation App
`-- examples // Implementaion of examples with CDK
npm install @kovi-soft/cdk-alchemy-webhooks
Check the Documentation for more details
npm install @kovi-soft/cdk-alchemy-integrator
Check the Documentation for more details
Run the initial setup then move to dedicated package for the module you want to work in
git clone https://github.com/KovacZan/cdk-alchemy
pnpm install
cd packages/<module>
Alchemy CDK is MIT licensed.