add mamy's feedback
This commit is contained in:
parent
5691c3661a
commit
326dac7896
|
@ -9,4 +9,11 @@ The reference documentation is [the Nimbus Book](https://nimbus.guide): it expla
|
|||
|
||||
We encourage you to check it out here: https://nimbus.guide
|
||||
|
||||
## Prater testnet
|
||||
|
||||
The latest Eth2 testnet, [Prater](https://twitter.com/Butta_eth/status/1374383003011452937), is now open to the public.
|
||||
|
||||
Prater's objective is to ensure that the network remains stable under a higher load than we've seen so far on mainnet -- the genesis count for Prater was 210k (almost double the size of the Beacon Chain Mainnet).
|
||||
|
||||
For more, see the [Prater page](https://nimbus.guide/prater.html) of the Nimbus guide.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ title: An Ethereum 2.0 Sharding Client
|
|||
|
||||
## Overview
|
||||
|
||||
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.
|
||||
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, embedded devices -- including Raspberry Pis and mobile devices.
|
||||
|
||||
However, **resource-restricted hardware is not the only thing Nimbus is good for.** Its low resource consumption makes it easy to run Nimbus together with other workloads on your server (this is especially valuable for stakers looking to lower the cost of their server instances).
|
||||
|
||||
|
|
Loading…
Reference in New Issue