@eth-tools/cli v0.0.6
@eth-tools/cli
Ethereum command line tools
Usage
$ npm install -g @eth-tools/cli
$ eth-tools COMMAND
running command...
$ eth-tools (-v|--version|version)
@eth-tools/cli/0.0.5 darwin-x64 node-v10.7.0
$ eth-tools --help [COMMAND]
USAGE
$ eth-tools COMMAND
...Commands
eth-tools account CONFIGeth-tools config-example COMMANDeth-tools decode-input CONFIGeth-tools encode-input CONFIGeth-tools help [COMMAND]eth-tools keystore-recover CONFIGeth-tools mnemoniceth-tools node CONFIGeth-tools one-to-many CONFIG COMMANDeth-tools parse-tx RAWTXeth-tools send-txs CONFIG COMMANDeth-tools sign-tx CONFIGeth-tools transfer-all-ether CONFIG COMMANDeth-tools transfer-all-token CONFIG COMMANDeth-tools transfer-token CONFIG COMMAND
eth-tools account CONFIG
Get info about accounts: ether balance, nonce
USAGE
$ eth-tools account CONFIG
ARGUMENTS
CONFIG Path to config fileSee code: src/commands/account.ts
eth-tools config-example COMMAND
Show config file example
USAGE
$ eth-tools config-example COMMAND
ARGUMENTS
COMMAND (account|decode-input|encode-input|keystore-recover|node|one-to-many|send-txs|sign-tx|transfer-all|transfer-t
oken) Name of commandSee code: src/commands/config-example.ts
eth-tools decode-input CONFIG
Decode tx.data
USAGE
$ eth-tools decode-input CONFIG
ARGUMENTS
CONFIG Path to config YAML fileSee code: src/commands/decode-input.ts
eth-tools encode-input CONFIG
Encode tx.data
USAGE
$ eth-tools encode-input CONFIG
ARGUMENTS
CONFIG Path to config YAML fileSee code: src/commands/encode-input.ts
eth-tools help [COMMAND]
display help for eth-tools
USAGE
$ eth-tools help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
eth-tools keystore-recover CONFIG
Restore privateKey from keystore JSON files
USAGE
$ eth-tools keystore-recover CONFIG
ARGUMENTS
CONFIG Path to config YAML fileSee code: src/commands/keystore-recover.ts
eth-tools mnemonic
Generate ethereum account by mnemonic seed
USAGE
$ eth-tools mnemonic
OPTIONS
--accounts=accounts [default: 20]
--seed=seed Mnemonic seedSee code: src/commands/mnemonic.ts
eth-tools node CONFIG
Get info about ethereum nodes: block, network, client
USAGE
$ eth-tools node CONFIG
ARGUMENTS
CONFIG Path to config YAML fileSee code: src/commands/node.ts
eth-tools one-to-many CONFIG COMMAND
Send the same txs from one account to many
USAGE
$ eth-tools one-to-many CONFIG COMMAND
ARGUMENTS
CONFIG Path to config YAML file
COMMAND (prepare|start|all)See code: src/commands/one-to-many.ts
eth-tools parse-tx RAWTX
Parse raw tx
USAGE
$ eth-tools parse-tx RAWTX
ARGUMENTS
RAWTX raw txSee code: src/commands/parse-tx.ts
eth-tools send-txs CONFIG COMMAND
Send transactions, scheduling supported
USAGE
$ eth-tools send-txs CONFIG COMMAND
ARGUMENTS
CONFIG Path to config YAML file
COMMAND (prepare|start|all)See code: src/commands/send-txs.ts
eth-tools sign-tx CONFIG
Sign raw tx
USAGE
$ eth-tools sign-tx CONFIG
ARGUMENTS
CONFIG Path to config YAML fileSee code: src/commands/sign-tx.ts
eth-tools transfer-all-ether CONFIG COMMAND
Transfer all ether from many accounts to one
USAGE
$ eth-tools transfer-all-ether CONFIG COMMAND
ARGUMENTS
CONFIG Path to config file
COMMAND (prepare|start|all)See code: src/commands/transfer-all-ether.ts
eth-tools transfer-all-token CONFIG COMMAND
Transfer all tokens from many accounts to one
USAGE
$ eth-tools transfer-all-token CONFIG COMMAND
ARGUMENTS
CONFIG Path to config file
COMMAND (prepare|start|all)See code: src/commands/transfer-all-token.ts
eth-tools transfer-token CONFIG COMMAND
Transfer ERC20 token
USAGE
$ eth-tools transfer-token CONFIG COMMAND
ARGUMENTS
CONFIG Path to config YAML file
COMMAND (prepare|start|all)See code: src/commands/transfer-token.ts