• Stars
    star
    443
  • Rank 98,504 (Top 2 %)
  • Language
    Go
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ethereum Virtual Machine tools and guide

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.