Using Hardhat
Best way to leverage EVM is using tools like Hardhat to manage Smart Contracts and deployment mechanisms.
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).
Example Project
Please checkout this example project and follow the README
Last updated