Presenting you the implementation of EVM in Python.
Inspired by jaglinux and test cases provided by @w1nt3r_eth
- Implement all OpCodes
- Implement Memory, Stack, Storage, Calldata, ReturnData and Context classes
- Implement the Logs
- Implement the printing of transaction trace.
- Gas calculation of call
cd src
python3 evm.py