@eth-tools/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@eth-tools/cli

Ethereum command line tools

oclif Version

Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @eth-tools/cli
$ eth-tools COMMAND
running command...
$ eth-tools (-v|--version|version)
@eth-tools/cli/0.0.6 darwin-x64 node-v10.7.0
$ eth-tools --help [COMMAND]
USAGE
  $ eth-tools COMMAND
...

Commands

eth-tools account CONFIG

Get info about accounts: ether balance, nonce

USAGE
  $ eth-tools account CONFIG

ARGUMENTS
  CONFIG  Path to config file

See 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-ether|tran
           sfer-all-token|transfer-token) Name of command

See 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 file

See 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 file

See 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 CLI

See 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 file

See 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 seed

See 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 file

See 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 tx

See 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 file

See 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

Dependencies (26)

Dev Dependencies (21)

Package Sidebar

Install

npm i @eth-tools/cli

Weekly Downloads

1

Version

0.0.6

License

none

Unpacked Size

414 kB

Total Files

44

Last publish

Collaborators

  • max7z