Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 420 Bytes

evm.zig

A incomplete Zig implementation of the Ethereum Virtual Machine (EVM).

It is my first Zig project as my learning path to Zig. I'm sure there are many things that can be improved, feebacks are very welcome.

If you are looking for more comprehensive zig ethereum projects, I recommend checkout zabi.

TODO

  • eof
  • precompiles
  • evmc connector and test integration