Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 607 Bytes

File metadata and controls

21 lines (14 loc) · 607 Bytes

untiltled-evm

Created to understand how the EVM works.

The primary goal of this project is to able to execute a compiled bytecode of simple stack operations (Ethereum smart contracts are compiled to bytecode which the EVM executes).

To achieve this, some of the opcodes defined in the Ethereum yellow paper will be implemented.

Resources

How to run

git clone
cd untiltled-evm
cd examples
go run evm.go