parent
483693d4d6
commit
45876d9944
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Nimbus offers light and high-performing clients for the Ethereum Network
|
||||
description: Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and enterprise node operators alike.
|
||||
title: Light and high-performing Ethereum clients
|
||||
description: Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and node operators alike.
|
||||
---
|
||||
|
||||
import {
|
||||
|
@ -23,7 +23,7 @@ import {
|
|||
|
||||
<Box top={{ xs: 32 }} bottom={{ xs: 144, lg: 216 }}>
|
||||
<HeroTitle>
|
||||
{'NIMBUS OFFERS LIGHT AND HIGH PERFORMING CLIENTS FOR THE ETHEREUM NETWORK'}
|
||||
{'LIGHT AND HIGH PERFORMING ETHEREUM CLIENTS'}
|
||||
</HeroTitle>
|
||||
<HeroDescription>
|
||||
{'Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and enterprise node operators alike.'}
|
||||
|
@ -106,7 +106,7 @@ import {
|
|||
<ShowcaseCard
|
||||
index={4}
|
||||
name="Resilient"
|
||||
description="Nimbus includes several features to improve redundancy and resilience. For example, distributed keystore support allows for pairing a single Nimbus instance with multiple Web3Signer servers. If one of the instances fails, another takes over. Plus, Nimbus can support multiple Beacon Nodes, creating redundancy and resilience against downtime."
|
||||
description="Nimbus boosts resilience with distributed keystore support for pairing with multiple Web3Signer servers. It also creates redundancy and resilience against downtime by supporting multiple Beacon Nodes."
|
||||
/>
|
||||
</Grid.Item>
|
||||
</Grid>
|
||||
|
@ -233,7 +233,7 @@ import {
|
|||
title="Community Suppport"
|
||||
columns={2}
|
||||
description="Nimbus is trusted by Ethereum validators diverse in both size and operating requirements. But don't just take our word for it."
|
||||
label="Get Nimbus"
|
||||
label="Try Nimbus for yourself"
|
||||
href="https://nimbus.guide/quick-start.html"
|
||||
target="_blank"
|
||||
/>
|
||||
|
@ -279,7 +279,7 @@ import {
|
|||
<CallToActionSection
|
||||
columns={1}
|
||||
title="Free and open source"
|
||||
description="We're building Nimbus as a common good with liberal licensing to allow for the widest deployment of Ethereum possible."
|
||||
description="Nimbus is being developed as a common good with liberal licensing to enable the broadest deployment of Ethereum possible."
|
||||
label='Donate'
|
||||
href="https://etherscan.io/address/0xDeb4A0e8d9a8dB30a9f53AF2dCc9Eb27060c6557"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue