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

https://github.com/refcell/evm.rs

Barebones Rust EVM Implementation
https://github.com/refcell/evm.rs

Last synced: 9 months ago
JSON representation

Barebones Rust EVM Implementation

Awesome Lists containing this project

README

          

# evm.rs

**Barebones** Rust EVM Implementation

## Building

```sh
make
```

## Running

```sh
./target/release/cli
```