🌙 Scaffold for building Midnight smart contracts with dynamic type detection and automated CLI generation
npm install create-midnight-app

Create Midnight smart contract projects with zero configuration. Get started building on the Midnight blockchain in seconds!
No installation required! Use with npx:
``bash`
npx create-midnight-app my-project
- ✅ Zero configuration setup
- ✅ Automated CLI generation
- ✅ Testnet integration
- ✅ TypeScript support
- ✅ Professional development tools
`bash``
npx create-midnight-app my-voting-app
cd my-voting-app
npm install
touch voting.compact
npm run dev
npm run wallet
- 📖 Documentation
- 🐛 Issues
- 💬 Discussions
Apache 2.0