tmp
This commit is contained in:
parent
4d63a6d4f4
commit
528aa07fff
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ethereum</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<h1 class="project-name">Ethereum</h1>
|
||||
<h2 class="project-tagline">Official golang implementation of the Ethereum protocol</h2>
|
||||
<a href="https://github.com/ethereum/go-ethereum" class="btn">View on GitHub</a>
|
||||
<a href="https://github.com/ethereum/go-ethereum/zipball/master" class="btn">Download .zip</a>
|
||||
<a href="https://github.com/ethereum/go-ethereum/tarball/master" class="btn">Download .tar.gz</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
<p>
|
||||
Ethereum is an open source crypto project written in the Go language
|
||||
(among others). This is the official Go Ethereum implementation and host
|
||||
to the Ethereum Frontier Release client <strong>geth</strong>.
|
||||
</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="https://github.com/ethereum/go-ethereum">Ethereum</a> is maintained by <a href="https://github.com/ethereum/go-ethereum/graphs/contributors"> the go ethereum team</a>.</span>
|
||||
|
||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
31
index.html
31
index.html
|
@ -2,7 +2,7 @@
|
|||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ethereum by ethereum</title>
|
||||
<title>Ethereum</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
|
@ -19,7 +19,32 @@
|
|||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
<p>This is the official Go Ethereum implementation and host to the Ethereum Frontier Release client <strong>geth</strong>.</p>
|
||||
|
||||
<p>
|
||||
Ethereum is an open source crypto project written in the Go language
|
||||
(among others). This is the official Go Ethereum implementation and host
|
||||
to the Ethereum Frontier Release client <strong>geth</strong>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Ethereum's publicly available network can be accessed by anyone at any
|
||||
time, freely without any cost. It can serve as a backbone for
|
||||
any open or closed sourced project that requires (but not necessarily)
|
||||
the rebustnes of free public peer to peer networks with a consesus
|
||||
backing layer.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Ethereum may also (freely) be run in a private (corporate) environment
|
||||
without any cost, all core source is licensed under the <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.md">LGPL</a>
|
||||
and all frontend code is licensed under <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.LESSER.md">GPL</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For more information about the Ethereum protocol refer to the <a href="http://ethereum.org">official Ethereum website</a>.
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -116,7 +141,7 @@ for more details on configuring your environment, testing, and
|
|||
dependency management.</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="https://github.com/ethereum/go-ethereum">Ethereum</a> is maintained by <a href="https://github.com/ethereum">ethereum</a>.</span>
|
||||
<span class="site-footer-owner"><a href="https://github.com/ethereum/go-ethereum">Ethereum</a> is maintained by <a href="https://github.com/ethereum/go-ethereum/graphs/contributors"> the go ethereum team</a>.</span>
|
||||
|
||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue