Using Hardhat

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

circle-info

Hardhat Tutorial!

For new users interested in starting with Hardhat, the Hardhat tutorialarrow-up-right 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 documentationarrow-up-right. The latest versions of mantrachaind require Node.js ≥18.0, however we always recommend using the latest LTS (currently v22).

circle-info

nvm is an excellent wrapper to easily manage multiple node versions on your local machine! More details herearrow-up-right!

Example Project

Please checkout this example project arrow-up-rightand follow the README

Last updated