Skip to content

olawolu/untitled-evm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Created to understand how the EVM works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages