Categorygithub.com/ebuchman/evm-tools
repository
0.0.0-20210626145430-1fb1e18b2eed
Repository: https://github.com/ebuchman/evm-tools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

evm-tools

A collection of tools for working with the evm

Some of these tools (evm, disasm) are forked directly from go-ethereum, though evm has been modified to support persistence.

See the analysis/guide.md for an extensive guide of the EVM using these tools.

Install

Uses dep for dependencies and make to build all tools:

dep ensure
make

See the install instructions for more details.