More edits (#120)

* 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)

* homepage edits

* cp

* update docs home

* doc updates

* doc updates

* fix news links

* edit

Co-authored-by: Kim De Mey <kim.demey@gmail.com>
This commit is contained in:
sacha 2021-09-21 17:06:29 +02:00 committed by GitHub
parent b2eaa62006
commit 4d7292e411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 13 deletions

View File

@ -1,9 +1,9 @@
---
id: eth1
title: Execution layer client (eth1)
title: Execution layer (eth1)
---
While our core focus so far has been Ethereum 2, we are now devoting significant resources to our Ethereum 1 client.
While our core focus so far has been Ethereum 2 (consensus layer), we are now devoting significant resources to our Ethereum 1 client (execution layer).
## Quickstart
@ -24,6 +24,6 @@ make nimbus
./build/nimbus
```
Nimbus will now run and attempt to synchronize with the Ethereum 1 blockchain.
Nimbus will now run and attempt to synchronize with the Ethereum blockchain.
For a more complete overview see the [repository README](https://github.com/status-im/nimbus-eth1).

View File

@ -1,6 +1,6 @@
---
id: eth2
title: Consensus layer client (eth2)
title: Consensus layer (eth2)
---
Depending on your objective, there are various ways to run Nimbus in [Ethereum 2 mode](https://github.com/status-im/nimbus-eth2).

View File

@ -7,15 +7,12 @@ Nimbus has joined the Ethereum Foundations 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 Foundations 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.
What we are talking about building here is the perfect client for a wallet. An ultra-light client that contributes to the network and does not require syncing (i.e. is immediately usable from a fresh install or after being offline).
What we are talking about building here is **the perfect client for a wallet. An ultra-light client that contributes to the network and does not require syncing** (i.e. is immediately usable from a fresh install or after being offline).
As such, one of the end goals for us is to embed this sort of client directly inside the Status app.

View File

@ -3,7 +3,7 @@ id: libraries
title: Explore our libraries
---
In addition to our [eth1](https://github.com/status-im/nimbus-eth1) and [eth2](https://github.com/status-im/nimbus-eth2) clients we have developed several high-quality libraries (the product of our ethereum work in Nim) These include:
In addition to our [eth1](https://github.com/status-im/nimbus-eth1) (execution layer) and [eth2](https://github.com/status-im/nimbus-eth2) (consensus layer) clients we have developed several high-quality libraries (the product of our ethereum work in Nim) These include:
- Nim libp2p: https://github.com/status-im/nim-libp2p

View File

@ -21,8 +21,8 @@ sidebar:
docs:
Nimbus: Nimbus
introduction: What Is Nimbus?
eth1: Execution layer (eth1) client
eth2: Consensus layer (eth2) client
eth1: Execution layer
eth2: Consensus layer
fluffy: Fluffy
libraries: Software Libraries
milestones: Milestones

View File

@ -3,6 +3,6 @@
<li><a href="#contribute">Contribute</a></li>
<li class="item--to-show"><a href="#team">Team</a></li>
<li class="item--to-show"> <a href="/docs">Docs</a></li>
<li class="item--to-show"> <a href="https://news.nimbus.team/">News</a> </li>
<li class="item--to-show"> <a href="https://our.status.im/tag/nimbus/">News</a> </li>
<li class="item--to-show"> <a href="https://subscribe.nimbus.team/">Newsletter</a> </li>
</ul>

View File

@ -18,7 +18,7 @@
<a class="logo" href="/"></a>
<a class="icon-close mobile-nav-close" href="#"></a>
<ul class="mobile-nav">
<li><a href="https://news.nimbus.team/">News</a></li>
<li><a href="https://our.status.im/tag/nimbus/">News</a></li>
<li><a href="http://subscribe.nimbus.team/">Newsletter</a></li>
<li><a href="/docs">Docs</a></li>
<li class="item--dropdown item--to-show">