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 2 years ago
.github/workflows reorg & add GHA 2 years ago
src Update SSTORE(0x55) to EIP 3529&1283 2 years ago
tests Update SSTORE(0x55) to EIP 3529&1283 2 years ago
.gitignore Init repo 2 years ago
Cargo.toml Add boolean opcodes & other 2 years ago
LICENSE Init repo 2 years ago
README.md Add errors handling 2 years 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.