chore: refine faq
This commit is contained in:
parent
f318308ab8
commit
9ed451ed5f
|
@ -5,14 +5,12 @@ sidebar_label: FAQ
|
|||
sidebar_position: 5
|
||||
---
|
||||
|
||||
import { AccordionItem } from '@site/src/components/mdx'
|
||||
|
||||
# Frequently asked questions
|
||||
|
||||
## What is Nimbus?
|
||||
|
||||
Nimbus is a client implementation for both Ethereum's consensus layer and execution layer. Nimbus strives to be as lightweight as possible in terms of resources used while maintaining high performance. This allows it to perform well on embedded systems and embedded devices, including Raspberry Pis and mobile devices.
|
||||
<br />
|
||||
|
||||
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).
|
||||
|
||||
<br />
|
||||
|
|
Loading…
Reference in New Issue