Skip to content

A rust implementation of the Ethereum Virtual Machine from scratch

Notifications You must be signed in to change notification settings

CleanPegasus/evm-from-scratch-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A rust implementation of the Ethereum Virtual Machine from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages