EVM from scratch in Rust (Work in Progress) This repository is inspired by shafu0x's python implementation of the EVM. You can find his docs here Implemented Opcodes STOP PUSH1 ADD SUB MUL DIV SDIV ADDMOD MULMOD EXP SIGNEXTEND LT GT SLT SGT EQ ISZERO AND OR XOR NOT BYTE SHL SHR SAR