A command line utility tool which provides Ethereum Improvement Proposals features.
console
git clone https://github.com/abdelhamidbakhta/eip-utils.git
cargo install --path=eip-utils eip-utils
console
eip-utils --help
``` Compute base fee from parent block header
USAGE:
eip-utils eip1559-compute-basefee --parent-base-fee
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--parent-base-fee
```console
eip-utils help eip1559-compute-basefee
eip-utils eip1559-compute-basefee --parent-base-fee=1000000000 --parent-gas-used=10000000 --parent-target-gas-used=5000000
1125000000 ```