MidnightMidnight Contracts Wizard
Installation
How to use the Midnight Contracts Wizard CLI tool
The Midnight Contracts Wizard is a CLI tool that you can run directly using npx. No installation required!
Using npx (Recommended)
Run the wizard directly without installing:
npx @meshsdk/midnight-contracts-wizardThis command will:
- Download the latest version automatically
- Run the interactive wizard
- Create your project with selected contracts
Check Version
You can check the latest version available:
npx @meshsdk/midnight-contracts-wizard --versionRequirements
- Node.js: Version 18 or higher
- npm: Version 8 or higher (includes npx)
Next Steps
Once you're ready, proceed to the Usage section to learn how to create your first project.