Verify with Hardhat
Verify Chiliz Chain smart contracts from the command line using the hardhat-verify plugin with Chiliscan or Chiliz Block Explorer API keys.
Last updated
Was this helpful?
Verify Chiliz Chain smart contracts from the command line using the hardhat-verify plugin with Chiliscan or Chiliz Block Explorer API keys.
Since Chiliz Chain is an EVM-compatible chain, you can verify your contract using the standard hardhat-verify plugin, relying on a block explorer API to bridge your development environment with the blockchain itself.
Both Chiliscan and Chiliz Block Explorer provide a documentation on Hardhat verification:
Hardhat's own documentation has a full page on contract verification:
Last updated
Was this helpful?
Was this helpful?