Skip to content

daweth/gevm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gevm

extremely minimal POC of an in-memory blockchain, (headers) with persistent state via PebbleDB.

multiplication example

./run-sum.sh or cd examples/sum && go run main.go

create new EVMContext. create new PebbleDB. create new StateDB. (statedb) set balances in stateDB.

create new EVM. create new Contract within EVM. call contract using evm.Call. check state after Call.

About

evm stripped from geth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published