Contract Verification​(Under Development)

Smart contract verification provides transparency for users interacting with smart contracts by publishing the source code, allowing everyone to attest that it really does what it claims to do. You can verify your smart contracts using the Scallop Testnet Explorer. The procedure is simple:

  • navigate to your published contract address on the explorer

  • on the code tab select verify & publish

  • copy and paste the flattened source code and enter all the build parameters exactly as they are on the published contract

  • click verify & publish

If successful, the code tab will now have a green checkmark, and your users will be able to verify the contents of your contract. This is a strong positive signal that your users can trust your contracts, and it is strongly recommended for all production contracts.

Last updated