How to verify smart contract
Submit your smart contract code for independent verification and publishing on Avascan
If you'd like to verify contracts via our website, you may do so using the Verify Contract page.
With the Etherscan Compatible Verify Contract API, verify smart contract on Avascan is now more easy than ever. There are few things you need to connect your favorite verify contract client with Etherscan compatibility:
Define the
networkId
: mainnet, testnetRetrieve the
chainId
of the evm compatible blockchain. You can use the all blockchains page.Compose the Etherscan Compatible API endpoint:
https://api.avascan.info/v2/network/:networkId/evm/:chainId/etherscan
The following endpoints are provided only as an example:
Blockchain | API Endpoint (https) |
---|---|
C-Chain mainnet |
|
Swimmer mainnet |
|
C-Chain testnet |
|
WAGMI testnet |
|
hardhat-etherscan
hardhat-etherscan, is an hardhat plugin, that simplify the smart contract verification process on Etherscan. With the Etherscan Compatible Verify Contract API, you can use this tool to verify your smart contract on Avascan as well.
Let's say you want to verify your smart contract on wagmi, this is an example of hardhat.config.ts
:
Deploy
Verify
If you need any support just ask in our Discord server or our Telegram group.
Last updated