Hardhat
Using Hardhat for StratoVM Development
Hardhat is recognised for being flexible, extensible and fast in the Ethereum smart contract development.
Configuring Hardhat for StratoVM
To prepare Hardhat for deployment on the StratoVM networks, make the necessary adjustments to your hardhat.config.ts
:
Your Smart Contracts on Superseed Testnet
Deployment
Use Hardhat's deployment scripts, specifying the network:
Verification
After deploying, verify your smart contract using Hardhat's built-in verification tool:
💬
Remember to replace DEPLOYED_CONTRACT_ADDRESS
and "Constructor argument 1"
with the actual address of your deployed contract and any necessary constructor parameters.
Last updated