Using Hardhat

Best way to leverage EVM is using tools like Hardhat to manage Smart Contracts and deployment mechanisms.

Hardhat Tutorial!

For new users interested in starting with Hardhat, the Hardhat tutorial is a great resource. It provides step-by-step instructions and explains essential concepts for developing smart contracts.

Environment Setup

Node.js

You can set up Node.js following the official documentation. The latest versions of mantrachaind require Node.js ≥18.0, however we always recommend using the latest LTS (currently v22).

nvm is an excellent wrapper to easily manage multiple node versions on your local machine! More details here!

Example Project

Please checkout this example project and follow the README

Last updated