# 🌙 Create Midnight App

[![npm version](https://badge.fury.io/js/create-midnight-app.svg)](https://badge.fury.io/js/create-midnight-app)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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
