Skip to content

Commit

Permalink
Add example to dapp verify-contract
Browse files Browse the repository at this point in the history
context: dapphub#753
  • Loading branch information
odyslam authored Sep 16, 2021
1 parent 728a924 commit abac56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ Spins up a geth testnet.

dapp-verify-contract -- verify contract source on etherscan
Usage: dapp verify-contract <path>:<contractname> <address> [constructorArgs]

Example: `dapp verify-contract src/auth/authorities/RolesAuthority.sol:RolesAuthority 0x9ed0e..`

Requires `ETHERSCAN_API_KEY` to be set.

Expand Down

0 comments on commit abac56c

Please sign in to comment.