A minimal Ethereum Virtual Machine (EVM) execution engine and debugger written in Go. Designed for clarity, simplicity, and fast iteration.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
use uint256 lib from geth instead of own implementation where applicable, added more tests, implemented proper memory with memory expansion
6be41f6View on GitHubadded examples, reordered code, added explanations to the op codes
87c1721View on GitHub