Releases: contractshark/evmtool
21.1.5
v21.1.5 Release
- see besu changelog for updates
additionally, I have included a Dockerfile and the benchmark scripts.
EVM Tool
The Besu EVM Tool is a CLI program that executes arbitrary EVM programs and Ethereum State Tests outside the context of an operating node. Use the EVM tool for benchmarking and fuzz testing.
EVM Tool Run Options
The first mode of the EVM Tool runs an arbitrary EVM and is invoked without an extra command. Command Line Options specify the code and other contextual information.
The EVM Tool also has a state-test sub command that allows the Ethereum State Tests to be evaluated. Most of the options from EVM execution do not apply.
The EVM Tool reference provides more information on both modes, further documentation is located in docs/
or on the official Hyperledger Besu Documentation
docker binary evmtool
Dockerized version of the EVM binary and associated classes
EVM Tool
EVM Tool
The Besu EVM Tool is a CLI program that executes arbitrary EVM programs and Ethereum State Tests outside the context of an operating node. Use the EVM tool for benchmarking and fuzz testing.
EVM Tool Run Options
The first mode of the EVM Tool runs an arbitrary EVM and is invoked without an extra command. Command Line Options specify the code and other contextual information.
The EVM Tool also has a state-test sub command that allows the Ethereum State Tests to be evaluated. Most of the options from EVM execution do not apply.
The EVM Tool reference provides more information on both modes, further documentation is located in docs/
or on the official Hyperledger Besu Documentation