blob: 4b797b5a7063d010bfc17a85041baed145aa9516 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Ethereum
========
[![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```
Command line options
====================
-c launch the developer console
-m start mining fake blocks and broadcast fake messages to the net
|