Block Explorers
Testnet (DuKong)
- EVM Explorer: explorer.dukong.io
Mainnet
- EVM Explorer: blockscout.mantrascan.io
Using Hardhat
Hardhat Verify Plugin
Install the verification plugin:hardhat.config.js:
Using Foundry
Forge Verify
Manual Verification
- Go to the block explorer
- Navigate to your contract address
- Click “Verify and Publish”
- Fill in the verification form:
- Compiler version
- Optimization settings
- Source code
- Constructor arguments (if any)
Verification Requirements
- Contract source code
- Compiler version used
- Optimization settings
- Constructor arguments (if applicable)
- Contract address
Next Steps
- Learn about deploying contracts
- Explore EVM development
- Understand using precompiles