AI-powered Clarity smart contract migrator for Stacks blockchain.
Migrate contracts from Clarity 1/2/3 to Clarity 4 with automatic code analysis, transformation, and testnet deployment.
- Fetch and analyze contracts from mainnet
- AI-powered migration with interactive questions for ambiguous cases
- Syntax validation before deployment
- One-click testnet deployment
- Contract explorer with read/write function calls
- Side-by-side state comparison (original vs migrated)
npm install
cp .env.example .envAdd your keys to .env:
OPENROUTER_API_KEY=your_key
SEED_PHRASE=your_testnet_seed_phrase
npm run devSee LIMITATIONS.md for known limitations and production roadmap.
MIT