go-ethereum/index.html

70 lines
No EOL
4.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: base
css:
- /static/styles/bootstrap.min.css
- /static/styles/flatly.min.css
- /static/styles/font-awesome.min.css
- /static/styles/custom/common.css
- /static/styles/custom/home.css
---
<div class="jumbotron">
<div class="container mascot">
<h1>Go Ethereum</h1>
<h2>Official Go implementation of the Ethereum protocol</h2>
<br/>
<a href="https://github.com/ethereum/go-ethereum" target="_blank" class="btn btn-success" style="margin: 4px;"><i class="fa fa-github" aria-hidden="true"></i> View on GitHub</a>
<a href="https://gitter.im/ethereum/go-ethereum" target="_blank" class="btn btn-success" style="margin: 4px;"><i class="fa fa-user-circle" aria-hidden="true"></i> Chat on Gitter</a>
</div>
</div>
<div class="container mascot-mobile">
<img src="./static/images/mascot.png" height="200px" />
</div>
<div class="container marketing">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">What is Ethereum?</h2>
<p class="lead">Ethereum is a decentralized platform that runs smart contracts, applications that run exactly as programmed without possibility of downtime, censorship, fraud or third party interference.</p>
<p class="lead">See <a href="https://ethereum.org" target="_blank">our website</a> or <a href="http://ethdocs.org/en/latest/introduction/what-is-ethereum.html" target="_blank">read the docs</a> for more infos!</p>
</div>
<div class="col-md-5 hide-on-small-screen">
<img class="featurette-image center-block" src="./static/images/ethereum.png" height="300px">
</div>
</div>
<hr/>
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">What is Go Ethereum?</h2>
<p class="lead">Go Ethereum is one of the three original implementations (along with C++ and Python) of the Ethereum protocol. It is written in Go, fully open source and licensed under the GNU LGPL v3.</p>
<p class="lead">See <a href="https://github.com/ethereum/go-ethereum" target="_blank">our repository</a> and <a href="./downloads">downloads section</a> for the code!</p>
</div>
<div class="col-md-5 col-md-pull-7 hide-on-small-screen">
<img class="featurette-image center-block" src="./static/images/mascot.png" height="300px">
</div>
</div>
<hr/>
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">How can I use it?</h2>
<p class="lead">Go Ethereum is available either as a standalone client called Geth that you can install on pretty much any operating system, or as a library that you can embed in your Go, Android or iOS projects.</p>
<p class="lead">User documentation can be found at our <a href="http://ethereum.gitbooks.io/frontier-guide/content/">Ethereum User Guide and reference manual</a>.
For the API reference and developer documentation head over to the auto generated <a href="https://godoc.org/github.com/ethereum/go-ethereum">GoDoc</a> documentation.
</p>
<p class="lead">For generic Ethereum-related information (whitepaper, yellow paper, protocol and interface specs, APIs, DAPP development guides, etc) see the <a href="https://github.com/ethereum/wiki/wiki">Ethereum main wiki</a>.</p>
<p class="lead">Here are the main entry points.
<ul>
<li><a href="/docs/Installing-Geth">Installation guide</a></li>
<li><a href="/docs/Building-Ethereum">Building Ethereum</a></li>
<li><a href="/docs/Management-APIs">Developer/Management API</a></li>
<li><a href="/docs/Managing-your-accounts">Managing Accounts</a></li>
<li><a href="/docs/Command-Line-Options">Command Line Options</a></li>
<li><a href="/docs/JavaScript-Console">JavaScript Console</a></li>
<li><a href="/docs/Private-network">Private Network</a></li>
<li><a href="/docs/Developers'-Guide">Developers Guide</a></li>
<li><a href="/docs/Whisper">Whisper v6</a></li>
</ul>
</p>
</div>
</div>