create-midnight-app
Version:
🌙 Scaffold for building Midnight smart contracts with dynamic type detection and automated CLI generation
46 lines (31 loc) • 1.08 kB
Markdown
# 🌙 Create Midnight App
[](https://badge.fury.io/js/create-midnight-app)
[](https://opensource.org/licenses/Apache-2.0)
Create Midnight smart contract projects with zero configuration. Get started building on the Midnight blockchain in seconds!
## Installation
No installation required! Use with npx:
```bash
npx create-midnight-app my-project
```
## Features
- ✅ Zero configuration setup
- ✅ Automated CLI generation
- ✅ Testnet integration
- ✅ TypeScript support
- ✅ Professional development tools
## Quick Start
```bash
npx create-midnight-app my-voting-app
cd my-voting-app
npm install
touch voting.compact
npm run dev
npm run wallet
```
[See full documentation →](./README.md)
## Support
- 📖 [Documentation](./README.md)
- 🐛 [Issues](https://github.com/kaleababayneh/create-midnight-app/issues)
- 💬 [Discussions](https://github.com/kaleababayneh/create-midnight-app/discussions)
## License
Apache 2.0