https://github.com/kovaczan/cdk-alchemy
Monorepo for Alchemy CDK
https://github.com/kovaczan/cdk-alchemy
alchemy aws cdk web3
Last synced: 2 months ago
JSON representation
Monorepo for Alchemy CDK
- Host: GitHub
- URL: https://github.com/kovaczan/cdk-alchemy
- Owner: KovacZan
- License: mit
- Created: 2023-02-18T23:21:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-08T21:45:20.000Z (4 months ago)
- Last Synced: 2026-03-09T01:56:03.011Z (4 months ago)
- Topics: alchemy, aws, cdk, web3
- Language: TypeScript
- Homepage: https://cdk-alchemy.vercel.app
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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-webhooks // Implementation of Alchemy Webhooks Module
|-- cdk-alchemy-webhooks-skill // Claude Code skill for scaffolding webhook constructs
|-- docs // Documentation App
`-- examples // Implementation of examples with CDK
```
## Usage
### Alchemy Webhooks
```bash
npm install @kovi-soft/cdk-alchemy-webhooks
```
### Claude Code Skill
```bash
npx skills add https://github.com/KovacZan/cdk-alchemy/tree/master/packages/cdk-alchemy-webhooks-skill
```
*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
```bash
git clone https://github.com/KovacZan/cdk-alchemy
```
### 2. Install
```bash
pnpm install
```
### 3. Move to Desired Module
```bash
cd packages/
```
## Licence
Alchemy CDK is [MIT licensed](LICENSE.md).