mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Merge 3a49c569ea into 680f715585
This commit is contained in:
commit
a269a91360
2 changed files with 0 additions and 100 deletions
99
index.html
99
index.html
|
|
@ -1,99 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Go Ethereum</title>
|
||||
<link rel="icon" type="image/png" href="./static/images/favicon.png" />
|
||||
|
||||
<link href="./static/styles/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="./static/styles/flatly.min.css" rel="stylesheet" />
|
||||
<link href="./static/styles/font-awesome.min.css" rel="stylesheet" />
|
||||
|
||||
<link href="./static/styles/custom/common.css" rel="stylesheet" />
|
||||
<link href="./static/styles/custom/home.css" rel="stylesheet" />
|
||||
|
||||
<script src="./static/scripts/jquery.min.js"></script>
|
||||
<script src="./static/scripts/bootstrap.min.js"></script>
|
||||
<script src="./static/scripts/moment.min.js"></script>
|
||||
<script src="./static/scripts/marked.min.js"></script>
|
||||
<script src="./static/scripts/emojify.min.js"></script>
|
||||
|
||||
<script src="../static/scripts/custom/polyfills.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#">Go Ethereum</a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="install/">Install</a></li>
|
||||
<li><a href="downloads/">Downloads</a></li>
|
||||
<!--<li><a href="/guide/">Guide</a></li>-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<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">See our <a href="./install">installation guide</a> or our <a href="https://github.com/ethereum/go-ethereum/wiki" target="_blank">wiki pages</a> for details!</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<footer>
|
||||
<p>© 2013-2016. The go-ethereum Authors.</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"name":"Ethereum","tagline":"Official golang implementation of the Ethereum protocol","body":"This is the official Go Ethereum implementation and host to the Ethereum Frontier Release client **geth**.\r\n\r\nThe following builds are build automatically by our build servers after each push to the [develop](https://github.com/ethereum/go-ethereum/tree/develop) branch.\r\n\r\n* [Docker](https://registry.hub.docker.com/u/ethereum/client-go/)\r\n* [OS X](http://build.ethdev.com/builds/OSX%20Go%20develop%20branch/Mist-OSX-latest.dmg)\r\n* Ubuntu\r\n [trusty](https://build.ethdev.com/builds/Linux%20Go%20develop%20deb%20i386-trusty/latest/) |\r\n [utopic](https://build.ethdev.com/builds/Linux%20Go%20develop%20deb%20i386-utopic/latest/)\r\n* [Windows 64-bit](https://build.ethdev.com/builds/Windows%20Go%20develop%20branch/Geth-Win64-latest.zip)\r\n* [ARM](https://build.ethdev.com/builds/ARM%20Go%20develop%20branch/geth-ARM-latest.tar.bz2)\r\n\r\nBuilding the source\r\n===================\r\n\r\nFor prerequisites and detailed build instructions please read the\r\n[Installation Instructions](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum)\r\non the wiki.\r\n\r\nBuilding geth requires two external dependencies, Go and GMP.\r\nYou can install them using your favourite package manager.\r\nOnce the dependencies are installed, run\r\n\r\n make geth\r\n\r\nExecutables\r\n===========\r\n\r\nGo Ethereum comes with several wrappers/executables found in \r\n[the `cmd` directory](https://github.com/ethereum/go-ethereum/tree/develop/cmd):\r\n\r\n Command | |\r\n----------|---------|\r\n`geth` | Ethereum CLI (ethereum command line interface client) |\r\n`bootnode` | runs a bootstrap node for the Discovery Protocol |\r\n`ethtest` | test tool which runs with the [tests](https://github.com/ethereum/tests) suite: `/path/to/test.json > ethtest --test BlockTests --stdin`.\r\n`evm` | is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas 10000 -price 0 -dump`. See `-h` for a detailed description. |\r\n`disasm` | disassembles EVM code: `echo \"6001\" | disasm` |\r\n`rlpdump` | prints RLP structures |\r\n\r\nCommand line options\r\n====================\r\n\r\n`geth` can be configured via command line options, environment variables and config files.\r\n\r\nTo get the options available:\r\n\r\n geth --help\r\n\r\nFor further details on options, see the [wiki](https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options)\r\n\r\nContribution\r\n============\r\n\r\nIf you'd like to contribute to go-ethereum please fork, fix, commit and\r\nsend a pull request. Commits who do not comply with the coding standards\r\nare ignored (use gofmt!). If you send pull requests make absolute sure that you\r\ncommit on the `develop` branch and that you do not merge to master.\r\nCommits that are directly based on master are simply ignored.\r\n\r\nSee [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide)\r\nfor more details on configuring your environment, testing, and\r\ndependency management.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
||||
Loading…
Reference in a new issue