Go to file
obscuren 95d877f701 Fixed rlp encoding 2013-12-28 15:17:26 +01:00
.gitignore added git ignore 2013-12-26 12:47:06 +01:00
.travis.yml Added travis 2013-12-27 11:59:00 +01:00
README updated readme 2013-12-26 14:09:50 +01:00
big.go Initial commit 2013-12-26 12:45:52 +01:00
block.go Updated tests 2013-12-28 02:24:16 +01:00
block_manager.go Changed 0x0 to \x00 2013-12-28 02:23:28 +01:00
ethereum.go Updated tests 2013-12-28 02:24:16 +01:00
parsing.go Initial commit 2013-12-26 12:45:52 +01:00
parsing_test.go Initial commit 2013-12-26 12:45:52 +01:00
rlp.go Fixed rlp encoding 2013-12-28 15:17:26 +01:00
rlp_test.go Fixed rlp encoding 2013-12-28 15:17:26 +01:00
serialization.go Changed Tx serialization to return bytes instead of a string 2013-12-27 21:23:40 +01:00
serialization_test.go Initial commit 2013-12-26 12:45:52 +01:00
transaction.go Unmarshalling of transactions 2013-12-28 02:22:42 +01:00
util.go Moved string util 2013-12-27 21:21:08 +01:00
vm.go Reset stack pointer on run 2013-12-28 01:46:18 +01:00

README

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

More information about the protocol:
* http://vitalik.ca/ethereum.html
* http://vitalik.ca/ethereum/spec.html
* http://vitalik.ca/ethereum/patricia.html
* http://vitalik.ca/ethereum/dagger.html
* http://vitalik.ca/ethereum/rlp.html

# TODO

Fix this todo file!