Update homepage (#116)
* Website update (#104) * Remove technical material from eth2 section + minor edits (#97) * Update team.yml * Update Nimbus docs * add newsletter to header, footer, and mobile * remove eth2-temp * add mamy's feedback * add donation address * fix github link, add page on fluffy * edit contribute message * Update fluffy.md (#112) Remove some outdated resources and small clean-up * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * update homepage (#115) Co-authored-by: Kim De Mey <kim.demey@gmail.com>
This commit is contained in:
parent
deca4c8b64
commit
07db7a9ba1
|
@ -11,10 +11,6 @@ Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the
|
|||
|
||||
In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience.
|
||||
|
||||
Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the Portal Network.
|
||||
|
||||
In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience.
|
||||
|
||||
In particular, our aim is to work together with the EF to develop a new set of Ethereum protocols alongside the existing Eth protocol that will specifically serve this new way of accessing Ethereum data.
|
||||
|
||||
The overarching goal is to provide a mode of operation for Ethereum that serves common usage patterns, as opposed to keeping track of the full state at all times, as current clients do.
|
||||
|
|
|
@ -2,17 +2,16 @@
|
|||
{{ partial('partial/header') }}
|
||||
<div class="intro">
|
||||
<h1>Nimbus</h1>
|
||||
<p>Researching and implementing lighter Ethereum clients </p>
|
||||
<p>We build lighter Ethereum clients</p>
|
||||
<div class="intro-buttons">
|
||||
<a class="button button--main" href="https://discord.gg/qnjVyhatUa">JOIN OUR DISCORD</a>
|
||||
<a class="button button--main" href="https://status-im.github.io/nimbus-eth2/">Play with Nimbus</a>
|
||||
<a class="button button--main" href="http://subscribe.nimbus.team/">Stay updated</a>
|
||||
<a class="button button--main" href="http://subscribe.nimbus.team/">Stay updated</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-wrap">
|
||||
<div id="about" class="section-header section-header--main">
|
||||
<h2 id="top-header">Lightweight as possible</h2>
|
||||
<h2 id="top-header">The lightest Ethereum client</h2>
|
||||
<p>
|
||||
Nimbus is a client implementation for both Ethereum 2.0 and Ethereum 1.0 that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices -- and multi-purpose servers.
|
||||
</p>
|
||||
|
@ -22,21 +21,20 @@ Nimbus is a client implementation for both Ethereum 2.0 and Ethereum 1.0 that st
|
|||
<div class="work-item">
|
||||
<img class="work-item-image work-item-image-right" src="../img/graphic-platform-support.svg" />
|
||||
<div class="work-item-inner">
|
||||
<h2>Ready for eth2</h2>
|
||||
<h2>Consensus layer(eth2)</h2>
|
||||
<p>You can use Nimbus today to both monitor the eth2 chain and join the network as a fully-fledged validator.
|
||||
</p>
|
||||
<a href="https://nimbus.guide">See our book <img src="../img/arrow_orange.svg" /></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="work-item">
|
||||
<img class="work-item-image work-item-image-right" src="../img/graphic-research.svg" />
|
||||
<div class="work-item-inner">
|
||||
<h2>Exploring the frontiers of research</h2>
|
||||
<p>Nimbus is a research project. We translate the latest Ethereum 2.0 research into practical, performant and reusable libraries to provide fertile exploration ground for further R&D.
|
||||
<h2>Execution layer (eth1)</h2>
|
||||
<p>We are working hard on a mainnet-capable Ethereum 1 client to complement our Ethereum 2 client.
|
||||
</p>
|
||||
<a href="https://github.com/status-im?utf8=%E2%9C%93&q=nim&type=&language=">See our libraries <img src="../img/arrow_orange.svg" /></a>
|
||||
<a href="https://github.com/status-im/nimbus-eth1">Keep up with our progress <img src="../img/arrow_orange.svg" /></a>
|
||||
</div>
|
||||
<img class="work-item-image" src="../img/graphic-research.svg" />
|
||||
</div>
|
||||
<div class="work-item">
|
||||
<img class="work-item-image work-item-image-right" src="../img/graphic-licensing.svg" />
|
||||
|
|
Loading…
Reference in New Issue