diff options
author | obscuren <obscuren@obscura.com> | 2014-01-01 20:52:26 +0800 |
---|---|---|
committer | obscuren <obscuren@obscura.com> | 2014-01-01 20:52:26 +0800 |
commit | df6f7e8a0e43fbee90af8531c4dd4279b8f1e120 (patch) | |
tree | e1786fcbe0bdef50adc164736e3cb0312161cc1d | |
parent | 584f9be7f423b84e3dbae43edd41d071a600622c (diff) | |
download | dexon-df6f7e8a0e43fbee90af8531c4dd4279b8f1e120.tar.gz dexon-df6f7e8a0e43fbee90af8531c4dd4279b8f1e120.tar.zst dexon-df6f7e8a0e43fbee90af8531c4dd4279b8f1e120.zip |
updated readme
-rw-r--r-- | README | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,16 +1,11 @@ This is the Go implementation of the Ethereum protocol. It's far from being finished. - go get https://github.com/ethereum/go-ethereum +```go get https://github.com/ethereum/go-ethereum``` -The Python reference implementation can be found at https://github.com/ethereum/pyethereum +** 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 +## Command line options -# TODO +-db will launch the db query tool. -Fix this todo file! +Supported arguments `update` and `get` |