Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 290 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 290 Bytes

A compact EVM implementation with Rust.

  • 这是一个EVM运行时、解释器的简单实现,包括evm的stack、memory、pc、storage、以及主要指令的逻辑实现, 进一步工程化还需要后续工作;

image