plugeth/README.md

29 lines
505 B
Markdown
Raw Normal View History

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