You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 4e9f454669 Update SSTORE(0x55) to EIP 3529&1283 1 year ago
.github/workflows reorg & add GHA 1 year ago
src Update SSTORE(0x55) to EIP 3529&1283 1 year ago
tests Update SSTORE(0x55) to EIP 3529&1283 1 year ago
.gitignore Init repo 1 year ago
Cargo.toml Add boolean opcodes & other 1 year ago
LICENSE Init repo 1 year ago
README.md Add errors handling 1 year ago

README.md

evm-rs Test

EVM (Ethereum Virtual Machine) implementation from scratch in Rust.

This is a repo done to get familiar with the EVM, do not use.