chore: refine faq

This commit is contained in:
jinhojang6 2024-04-22 16:53:54 +09:00 committed by Jinho Jang
parent f318308ab8
commit 9ed451ed5f
1 changed files with 1 additions and 3 deletions

View File

@ -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 />