This commit is contained in:
Jeffrey Wilcke
2015-09-06 11:07:50 +02:00
parent 6f0ae0e780
commit edd708773b
2 changed files with 98 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<p>
Ethereum is an open source crypto project written in the Go language
(among others: Py &amp; C++). This is the official Go Ethereum implementation and host
to <strong>geth</strong>, and <a href="#executables">Ethereum toolset</a>.
(among others: Py &amp; C++). This is the official Go implementation and home
of <strong>geth</strong>, and the <a href="#executables">Ethereum toolset</a>.
</p>
<p>
@ -44,6 +44,14 @@ and all frontend code is licensed under <a href="https://github.com/ethereum/go-
For more information about the Ethereum protocol refer to the <a href="http://ethereum.org">official Ethereum website</a>.
</p>
<h1><a id="getting-startid" class="anchor" href="#getting-started" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting started</h1>
Getting started with ethereum is simple, the only thing you require is the geth
binary.
Please refer to the <a href="getting_started.html">developer</a> documentation
for a beginner tutorial on how to get started with the Go Ethereum API.
<h1><a id="development-binaries" class="anchor" href=#development-binaries" aria-hidden="true"><span class="octicon octicon-link"></span></a>Development builds</h1>
<p>The following builds are build automatically by our build servers after each push to the <a href="https://github.com/ethereum/go-ethereum/tree/develop">develop</a> branch.</p>