quorum/README.md

29 lines
505 B
Markdown
Raw Normal View History

2014-01-08 14:42:23 -08:00
Ethereum
========
2014-01-05 11:45:32 -08:00
2014-01-08 14:42:23 -08: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 04:29:45 -08:00
2014-01-01 04:52:26 -08:00
```go get https://github.com/ethereum/go-ethereum```
2013-12-26 04:35:04 -08:00
2013-12-26 04:29:45 -08:00
2014-01-08 14:42:23 -08:00
Command line options
====================
2013-12-26 04:29:45 -08:00
-c launch the developer console
-m start mining fake blocks and broadcast fake messages to the net
2014-01-11 06:27:08 -08:00
Contribution
============
See CONTRIB.md