Skip to content

KovacZan/cdk-alchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDK Alchemy

Introduction

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.

Project Structure

.
|-- 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

Usage

For usage of Alchemy Webhooks

npm install @kovi-soft/cdk-alchemy-webhooks

Check the Documentation for more details

For usage of Alchemy Integrator

npm install @kovi-soft/cdk-alchemy-integrator

Check the Documentation for more details

Install and Run - For Further Development

Run the initial setup then move to dedicated package for the module you want to work in

1. Clone

git clone https://github.com/KovacZan/cdk-alchemy

2. Install

pnpm install

3. Move to Desired Module

cd packages/<module>

Licence

Alchemy CDK is MIT licensed.