forked from cerc-io/plugeth
Updated readme
This commit is contained in:
parent
0929f59ec2
commit
4bc9b1fcb3
20
README.md
20
README.md
@ -1,13 +1,23 @@
|
|||||||
[![Build
|
Ethereum
|
||||||
Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum)
|
========
|
||||||
|
|
||||||
This is the Go implementation of the Ethereum protocol. It's far from being finished.
|
[![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
|
||||||
|
=======
|
||||||
|
|
||||||
```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 **
|
|
||||||
|
|
||||||
## Command line options
|
Command line options
|
||||||
|
====================
|
||||||
|
|
||||||
-db will launch the db query tool.
|
-db will launch the db query tool.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user