Official Go implementation of the Ethereum protocol
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.
 
 
 
 
 
 
obscuren 78d18b134f Pop, push, load for vm 11 years ago
.gitignore
.travis.yml
README.md
big.go
block.go Wip VM. Created contracts 11 years ago
block_manager.go Wip VM. Created contracts 11 years ago
contract.go Wip VM. Created contracts 11 years ago
database.go
database_test.go
db_query_interface.go
encoding.go
encoding_test.go
ethereum.go
genesis.go
memory_database.go
parsing.go WIP rewrite vm 11 years ago
parsing_test.go WIP rewrite vm 11 years ago
rlp.go
rlp_test.go
server.go
test_runner.go
test_runner_test.go
testing.go WIP rewrite vm 11 years ago
transaction.go Wip VM. Created contracts 11 years ago
trie.go Wip VM. Created contracts 11 years ago
trie_test.go WIP rewrite vm 11 years ago
util.go
vm.go Pop, push, load for vm 11 years ago
vm_test.go Pop, push, load for vm 11 years ago

README.md

This is the Go implementation of the Ethereum protocol. It's far from being finished.

go get https://github.com/ethereum/go-ethereum

** The Python reference implementation can be found at https://github.com/ethereum/pyethereum **

Command line options

-db will launch the db query tool.

Supported arguments update and get