2013-12-26 14:30:42 +02:00
|
|
|
This is the Go implementation of the Ethereum protocol. It's far from being finished.
|
2013-12-26 14:29:45 +02:00
|
|
|
|
2014-01-01 14:52:26 +02:00
|
|
|
```go get https://github.com/ethereum/go-ethereum```
|
2013-12-26 14:35:04 +02:00
|
|
|
|
2014-01-01 14:52:26 +02:00
|
|
|
** The Python reference implementation can be found at https://github.com/ethereum/pyethereum **
|
2013-12-26 14:29:45 +02:00
|
|
|
|
2014-01-01 14:52:26 +02:00
|
|
|
## Command line options
|
2013-12-26 14:29:45 +02:00
|
|
|
|
2014-01-01 14:52:26 +02:00
|
|
|
-db will launch the db query tool.
|
2013-12-26 14:29:45 +02:00
|
|
|
|
2014-01-01 14:52:26 +02:00
|
|
|
Supported arguments `update` and `get`
|