💻 EVM from scratch (C++) A minimal implementation of the Ethereum Virtual Machine (EVM) built entirely from scratch in C++, compiled with CMake. Inspired by w1nt3r.eth. ⚙️ Build & Run mkdir build && cd build cmake .. cmake --build . ./evm