1.0.0 • Published 5 years ago

ethereum-bytecode-verifier-console v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

ethereum-bytecode-verifier-console

Based on https://github.com/ConsenSys/bytecode-verifier/

ethverify --help
Usage: index [options]

Options:
-n, --network <network>  Ethereum Network: mainnet, ropsten, kovan, rinkeby
-s, --solc <version>     Solc Version: e.g. v0.4.10+commit.f0d539ae
-f, --file <file>        Filename: e.g. MultiSigWalletWithDailyLimit.sol
-c, --contract <name>    Contract name: e.g. MultiSigWalletWithDailyLimit
-a, --address <address>  Contract Address: e.g. 0x851b7f3ab81bd8df354f0d7640efcd7288553419
-o, --optimized          Optimized
-h, --help               output usage information