diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-28 17:23:58 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-28 17:23:58 +0800 |
commit | 159c4d56cd82d6fe721058557977f4efda31661c (patch) | |
tree | 312b5a6ed0a24e884328b7ea90778164eda8a70e /README.md | |
parent | 7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c (diff) | |
parent | 8c99a87aa842e8b6cf44281dad1ca10371f109dd (diff) | |
download | dexon-159c4d56cd82d6fe721058557977f4efda31661c.tar dexon-159c4d56cd82d6fe721058557977f4efda31661c.tar.gz dexon-159c4d56cd82d6fe721058557977f4efda31661c.tar.bz2 dexon-159c4d56cd82d6fe721058557977f4efda31661c.tar.lz dexon-159c4d56cd82d6fe721058557977f4efda31661c.tar.xz dexon-159c4d56cd82d6fe721058557977f4efda31661c.tar.zst dexon-159c4d56cd82d6fe721058557977f4efda31661c.zip |
Merge branch 'develop' into jsonrpc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,30 +1,27 @@ [](https://waffle.io/ethereum/go-ethereum) [](https://waffle.io/ethereum/go-ethereum) -[](http://waffle.io/ethereum/go-ethereum) +[](http://waffle.io/ethereum/go-ethereum) +[](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -Ethereum + +Ethereum PoC-8 ======== -[](http://build.ethdev.com:8010/builders/Linux%20Go%20master%20branch/builds/-1) master [](http://build.ethdev.com:8010/builders/Linux%20Go%20develop%20branch/builds/-1) develop -[](https://coveralls.io/r/ethereum/go-ethereum?branch=tests) tests +* [](http://build.ethdev.com:8010/builders/Linux%20Go%20master%20branch/builds/-1) master +* [](http://build.ethdev.com:8010/builders/Linux%20Go%20develop%20branch/builds/-1) develop +* [](https://travis-ci.org/ethereum/go-ethereum) travis-ci +* [](https://coveralls.io/r/ethereum/go-ethereum?branch=tests) Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 0.8 - -Ethereum is currently in its testing phase. - Build ===== -To build Mist (GUI): +Mist (GUI): `go get github.com/ethereum/go-ethereum/cmd/mist` -To build the node (CLI): +Ethereum (CLI): `go get github.com/ethereum/go-ethereum/cmd/ethereum` @@ -49,6 +46,8 @@ Go Ethereum comes with several binaries found in `cat file | ethtest`. * `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas 10000 -price 0 -dump`. See `-h` for a detailed description. +* `rlpdump` converts a rlp stream to `interface{}`. +* `peerserver` simple P2P (noi-ethereum) peer server. General command line options ============================ @@ -125,3 +124,4 @@ expect you to write tests for me so I don't have to test your code manually. (If you want to contribute by just writing tests that's fine too!) + |