Open karacurt opened 1 month ago
Each explorer API has a different format in which they accept verification data. e.g. I believe that Etherscan differs from Blockscout.
We should make a list of different APIs we need to support for verification - we can look at the Foundry or the Hardhat code to do this.
Problem: developers often need to verify the contracts on the chain after using the
deploy
command in a binding contract. Solution: I propose implementing averify
command that could verify the contract and a--verify
flag that could be used with adeploy
command to deploy and verify in the same CLI call.Example of what would be a
verify
command:Example of what would be a
--verify
flag: