Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CoinCulture/evm-tools

Ethereum Virtual Machine tools and guide
https://github.com/CoinCulture/evm-tools

ethereum evm

Last synced: 2 months ago
JSON representation

Ethereum Virtual Machine tools and guide

Awesome Lists containing this project

README

        

# evm-tools

A collection of tools for working with the evm

Some of these tools (`evm`, `disasm`) are forked directly from
[go-ethereum](https://github.com/ethereum/go-ethereum),
though `evm` has been modified to support persistence.

See the [analysis/guide.md](analysis/guide.md) for an extensive guide of the EVM using these tools.

# Install

Uses [`dep`](https://github.com/golang/dep) for dependencies and `make` to build
all tools:

```
dep ensure
make
```

See the [install instructions](INSTALL.md) for more details.