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-wizard

Project Installation

Install as a project dependency:

npm install @meshsdk/midnight-contracts-wizard

Or with yarn:

yarn add @meshsdk/midnight-contracts-wizard

Verify Installation

After installation, verify that the wizard is available:

npx @meshsdk/midnight-contracts-wizard --version

Requirements

  • 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.