You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: developers often need to verify the contracts on the chain after using the deploy command in a binding contract. Solution: I propose implementing a verify command that could verify the contract and a --verify flag that could be used with a deploy command to deploy and verify in the same CLI call.
Problem: developers often need to verify the contracts on the chain after using the
deploy
command in a binding contract.Solution: I propose implementing a
verify
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:ERC20 verify --api-url api.rpc.com --api-key $API_KEY --contract TOKEN_ADDRESS --name Token --symbol Symbol --decimals 18
Example of what would be a
--verify
flag:The text was updated successfully, but these errors were encountered: