feat(server): initial EVM functionality impl

This commit is contained in:
hdbg
2026-03-02 22:02:06 +01:00
parent b1188d602f
commit 4ac904c8f8
21 changed files with 4005 additions and 79 deletions

4
.gitignore vendored
View File

@@ -1 +1,3 @@
target/
target/
scripts/__pycache__/
.DS_Store