Ecosyste.ms: Awesome
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: 14 days ago
JSON representation
EVM interpreter written in Zig
- Host: GitHub
- URL: https://github.com/freref/evm-interpreter
- Owner: freref
- License: mit
- Created: 2024-01-19T20:42:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T21:36:05.000Z (3 months ago)
- Last Synced: 2024-11-11T00:44:38.001Z (2 months ago)
- Language: Zig
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```