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

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

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

Last synced: over 1 year 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
```