eip1559
v1.0.6
Published
EIP-1559 command line tools
Downloads
24
Maintainers
Readme
eip1559
EIP-1559 command line tools
Usage
$ npm install -g eip1559
$ eip1559 COMMAND
running command...
$ eip1559 (-v|--version|version)
eip1559/1.0.6 darwin-x64 node-v15.3.0
$ eip1559 --help [COMMAND]
USAGE
$ eip1559 COMMAND
...
Commands
eip1559 faucet ADDRESS
EIP-1559 Testnet Faucet
USAGE
$ eip1559 faucet ADDRESS
OPTIONS
-h, --help show CLI help
-n, --network=network [default: RHODES] network to use
See code: src/commands/faucet.ts
eip1559 help [COMMAND]
display help for eip1559
USAGE
$ eip1559 help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
eip1559 install:besu
describe the command here
USAGE
$ eip1559 install:besu
OPTIONS
-h, --help show CLI help
-p, --path=path [default: /Users/abdelhamid/.eip1559/install/besu] install path
-v, --version=version [default: 21.2.0-SNAPSHOT] version of Besu to install
See code: src/commands/install/besu.ts
eip1559 run
Run an EIP-1559 capable Ethereum node on the specified network
USAGE
$ eip1559 run
OPTIONS
-c, --client=client [default: BESU] ethereum client
-e, --ethStatsEnabled enable eth stats
-f, --force
-h, --help show CLI help
-n, --network=network [default: RHODES] network to use
-w, --workDir=workDir [default: /Users/abdelhamid/.eip1559] working directory
See code: src/commands/run.ts