diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-28 00:22:29 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-28 00:22:29 +0800 |
commit | 1e55fe3aa21a3e5d775b00a9adcefdf17e25bb88 (patch) | |
tree | feb7a5616584ab3f9fb865946a6c6c8e88ed7124 /README.md | |
parent | 9d386033effb0e0358fb191b38f6931f23b1eb5c (diff) | |
download | go-tangerine-1e55fe3aa21a3e5d775b00a9adcefdf17e25bb88.tar.gz go-tangerine-1e55fe3aa21a3e5d775b00a9adcefdf17e25bb88.tar.zst go-tangerine-1e55fe3aa21a3e5d775b00a9adcefdf17e25bb88.zip |
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 41 |
1 files changed, 23 insertions, 18 deletions
@@ -1,7 +1,7 @@ -[![Stories in Ready](https://badge.waffle.io/ethereum/go-ethereum.png?label=bug&title=Bugs)](https://waffle.io/ethereum/go-ethereum) +[![Bugs](https://badge.waffle.io/ethereum/go-ethereum.png?label=bug&title=Bugs)](https://waffle.io/ethereum/go-ethereum) [![Stories in Ready](https://badge.waffle.io/ethereum/go-ethereum.png?label=ready&title=Ready)](https://waffle.io/ethereum/go-ethereum) [![Stories in -Ready](https://badge.waffle.io/ethereum/go-ethereum.svg?label=in%20progress&title=In Progress)](http://waffle.io/ethereum/go-ethereum) +Progress](https://badge.waffle.io/ethereum/go-ethereum.svg?label=in%20progress&title=In Progress)](http://waffle.io/ethereum/go-ethereum) Ethereum ======== @@ -12,10 +12,28 @@ Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20 Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 0.6.7. +Current state: Proof of Concept 0.7 Ethereum is currently in its testing phase. -For build instructions see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)). + +Build +===== + +To build Mist (GUI): + +`go get github.com/ethereum/go-ethereum/cmd/mist` + +To build the node (CLI): + +`go get github.com/ethereum/go-ethereum/cmd/ethereum` + +For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)) + +Automated (dev) builds: [OS X (Windows, Linux are Coming +Soon™)](http://build.ethdev.com/builds/OSX%20Go%20develop%20branch/latest/app/) + +Packages +======== Ethereum Go is split up in several sub packages Please refer to each individual package for more information. @@ -43,21 +61,8 @@ contains the [patricia trie](http://wiki.ethereum.org/index.php/Patricia_Tree), helpers. The [ethdb](https://github.com/ethereum/go-ethereum/tree/master/ethdb) package contains the LevelDB interface and memory DB interface. -Build -======= - -To build Mist (GUI): - -`go get github.com/ethereum/go-ethereum/cmd/mist` - -To build the node (CLI): - -`go get github.com/ethereum/go-ethereum/cmd/ethereum` - -For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)) - General command line options -==================== +============================ ``` Shared between ethereum and Mist |