/evm-from-scrustch

A Rust implementation of the Ethereum yellow paper from scratch.

Primary LanguageRustMIT LicenseMIT

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