Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freref/evm-interpreter

EVM interpreter written in Zig
https://github.com/freref/evm-interpreter

Last synced: 14 days ago
JSON representation

EVM interpreter written in Zig

Awesome Lists containing this project

README

        

# evm-interpreter (wip)
> [!NOTE]
> This project is currently not being worked on anymore.
## Instructions
### Build
```
zig build
```
### Test
```
zig build test
```