aira-deploy
v0.6.6
Published
Airalab smart contract deployment tool
Downloads
9
Readme
Ethereum smart contract compile & deployment
Usage
AIRA Deploy :: version 0.6.0
Usage: aira-deploy -I [INCLUDE_DIRS] -A [ARGS] [-O] [--rpc URI] [--library] [--creator] [--abi] [--bytecode] [CONTRACT_NAME]
Options:
-I Append source file dirs [default: ""]
-A Contract constructor arguments [JSON] [default: "[]"]
-O Enable compiler optimization
--rpc Web3 RPC provider [default: "http://localhost:8545"]
--library Store deployed library address after deploy
--creator Generate contract creator library and exit
--bytecode Print compiled and linked bytecode
--abi Generate contract ABI and exit