Make it compilable (still bunch to fix!)

This commit is contained in:
sprites0
2025-06-17 18:06:53 -04:00
parent 5e531b7260
commit 821bf7a775
38 changed files with 3652 additions and 31 deletions

5
src/evm/mod.rs Normal file
View File

@ -0,0 +1,5 @@
pub mod api;
mod handler;
pub mod precompiles;
pub mod spec;
pub mod transaction;