Verifiy a Smart Contract
After creating a smart contract, it is necessary to verify it. Only you can do it, and you should do it as soon as the contract is deployed.
Verifying a smart contract allows you to confirm that the contract's source code corresponds to a specific contract address on the blockchain. This is crucial for transparency and trust, especially in the decentralized world of blockchain.
Once you have deployed your smart contract on Chiliz Chain, you can verify it by using a block explorer, such as Chiliscan (by Routescan) or Chiliz Block Explorer (by Blockscout).
Verify with ChiliscanVerify with Chiliz Block ExplorerYou can also verify your contract through the command line:
Last updated
Was this helpful?