arnaucube 974406fc8e Implement 0x36, 0x39, 0x55, 0x0a opcodes
Implement:
- 0x0a Exp opcode
- 0x36 calldata_size
- 0x39 code_copy
- 0x55 sstore
2021-09-15 23:04:40 +02:00
2021-09-12 23:25:42 +02:00
2021-09-11 18:58:17 +02:00
2021-09-11 18:58:17 +02:00

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.

Opcodes implemented: 83/130.

Description
No description provided
Readme GPL-3.0 61 KiB
Languages
Rust 100%