For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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?