diff --git a/README.md b/README.md index 7449c439a414f33e493bfe8562a2d770d4d78f7c..05276a1130c9604d8c6c9b140c687d2ebacc94d6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -[](https://travis-ci.org/ethereum/go-ethereum) +Ethereum +======== -This is the Go implementation of the Ethereum protocol. It's far from being finished. +[](https://travis-ci.org/ethereum/go-ethereum) + +Ethereum Go + +Deps +==== + +Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. + +Install +======= ```go get https://github.com/ethereum/go-ethereum``` -** The Python reference implementation can be found at https://github.com/ethereum/pyethereum ** -## Command line options +Command line options +==================== -db will launch the db query tool.