link to quickstart guide in intro

This commit is contained in:
yslcrypto 2021-01-27 19:32:04 +01:00
parent 3016815860
commit fa07c0f0a1
1 changed files with 4 additions and 0 deletions

View File

@ -2,12 +2,16 @@
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.
> If you're eager to get started, check out our [quickstart guide](./quick-start.md).
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 eth2 stakers looking to lower the cost of their server instances).
This book explains the ways in which you can use Nimbus to either monitor the eth2 chain or become a fully-fledged validator.
> The reality is that we are very early in the eth2 validating life cycle. Validating is not for everyone yet, and it comes with both risks and responsibilities. It isn't a particularly easy way to make money. You'll need to put effort into updating your software, researching hard-forks, having a robust setup... . As such, you should only stake if you are genuinely interested in securing the protocol.
### Helpful resources
- [nimbus-eth2 repository](https://github.com/status-im/nimbus-eth2)