A minimal implementation of the Ethereum Virtual Machine, from scratch.
- EVM Opcodes
- Refactoring to increase modularity, and optimize the code.
- Gas calculations.
- w1nt3r-eth/evm-from-scratch for providing an extensive test suite.
- tommyrharper/evm-from-scratch for extending the base test suite.
- karmakoma's post as inspiration and a helpful reference to get started with the implementation.