Skip to content

uttkarzsh/evm-from-scratch-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

About

EVM implementation from scratch written in C++

Resources

Stars

Watchers

Forks