2014-01-08 23:42:23 +01:00
|
|
|
Ethereum
|
|
|
|
========
|
2014-01-05 20:45:32 +01:00
|
|
|
|
2014-01-08 23:42:23 +01:00
|
|
|
[![Build Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum)
|
|
|
|
|
|
|
|
Ethereum Go
|
|
|
|
|
|
|
|
Deps
|
|
|
|
====
|
|
|
|
|
|
|
|
Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP.
|
|
|
|
|
|
|
|
Install
|
|
|
|
=======
|
2013-12-26 13:29:45 +01:00
|
|
|
|
2014-01-01 13:52:26 +01:00
|
|
|
```go get https://github.com/ethereum/go-ethereum```
|
2013-12-26 13:35:04 +01:00
|
|
|
|
2013-12-26 13:29:45 +01:00
|
|
|
|
2014-01-08 23:42:23 +01:00
|
|
|
Command line options
|
|
|
|
====================
|
2013-12-26 13:29:45 +01:00
|
|
|
|
2014-01-01 13:52:26 +01:00
|
|
|
-db will launch the db query tool.
|
2013-12-26 13:29:45 +01:00
|
|
|
|
2014-01-01 13:52:26 +01:00
|
|
|
Supported arguments `update` and `get`
|