mirror of https://github.com/status-im/op-geth.git
74bc45116a | ||
---|---|---|
.gitignore | ||
.travis.yml | ||
README | ||
big.go | ||
block.go | ||
block_manager.go | ||
encoding.go | ||
encoding_test.go | ||
ethereum.go | ||
parsing.go | ||
parsing_test.go | ||
rlp.go | ||
rlp_test.go | ||
serialization.go | ||
serialization_test.go | ||
transaction.go | ||
util.go | ||
vm.go |
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!