Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 730 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 730 Bytes

EVM From Scrustch

A minimal implementation of the Ethereum Virtual Machine, from scratch.

Implementation Progress

  • EVM Opcodes
  • Refactoring to increase modularity, and optimize the code.
  • Gas calculations.

Credits