Installation
Install the Midnight Contracts Wizard globally or as a project dependency.
Global Installation
Install globally to use the wizard from anywhere:
npm install -g @meshsdk/midnight-contracts-wizardProject Installation
Install as a project dependency:
npm install @meshsdk/midnight-contracts-wizardOr with yarn:
yarn add @meshsdk/midnight-contracts-wizardVerify Installation
After installation, verify that the wizard is available:
npx @meshsdk/midnight-contracts-wizard --versionRequirements
- Node.js: Version 18 or higher
- npm: Version 8 or higher (or yarn equivalent)
Next Steps
Once installed, proceed to the Usage section to learn how to create your first project.