2014-01-05 19:45:32 +00:00
|
|
|
[![Build
|
|
|
|
Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum)
|
|
|
|
|
2013-12-26 12:30:42 +00:00
|
|
|
This is the Go implementation of the Ethereum protocol. It's far from being finished.
|
2013-12-26 12:29:45 +00:00
|
|
|
|
2014-01-01 12:52:26 +00:00
|
|
|
```go get https://github.com/ethereum/go-ethereum```
|
2013-12-26 12:35:04 +00:00
|
|
|
|
2014-01-01 12:52:26 +00:00
|
|
|
** The Python reference implementation can be found at https://github.com/ethereum/pyethereum **
|
2013-12-26 12:29:45 +00:00
|
|
|
|
2014-01-01 12:52:26 +00:00
|
|
|
## Command line options
|
2013-12-26 12:29:45 +00:00
|
|
|
|
2014-01-01 12:52:26 +00:00
|
|
|
-db will launch the db query tool.
|
2013-12-26 12:29:45 +00:00
|
|
|
|
2014-01-01 12:52:26 +00:00
|
|
|
Supported arguments `update` and `get`
|