parent
c1411aaeb6
commit
ae38260bc9
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Light and Performant Clients, for All Ethereum Validators
|
title: Nimbus offers light and high-performing clients for the Ethereum Network
|
||||||
description: Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.
|
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.
|
||||||
---
|
---
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -29,8 +29,8 @@ import {
|
||||||
{'Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.'}
|
{'Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.'}
|
||||||
</HeroDescription>
|
</HeroDescription>
|
||||||
<HeroActions>
|
<HeroActions>
|
||||||
<HeroAction variant="outlined" href="https://nimbus.guide/quick-start.html" target="_blank">
|
<HeroAction variant="outlined" href="https://nimbus.team/about" target="_blank">
|
||||||
Get Nimbus
|
Learn more
|
||||||
</HeroAction>
|
</HeroAction>
|
||||||
</HeroActions>
|
</HeroActions>
|
||||||
</HeroInfo>
|
</HeroInfo>
|
||||||
|
@ -54,12 +54,12 @@ import {
|
||||||
{
|
{
|
||||||
title: 'Easy to use',
|
title: 'Easy to use',
|
||||||
description:
|
description:
|
||||||
<>Nimbus offers a simple consensus layer setup combining beacon node and validator clients, or the flexibility to run the two independently. Get up and running quickly in one of <a href='https://nimbus.guide/quick-start.html'>three steps</a>.</>,
|
<>Nimbus offers a simple consensus layer setup combining beacon node and validator clients, or the flexibility to run the two independently. Get up and running quickly using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Downtime resilient',
|
title: 'Resilient',
|
||||||
description:
|
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.",
|
"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.",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
@ -70,7 +70,7 @@ import {
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 336 }}>
|
<Box top={{ xs: 144, lg: 336 }}>
|
||||||
<CallToActionSection
|
<CallToActionSection
|
||||||
title="Run Nimbus in one of three setups"
|
title="Run the Nimbus Consensus client"
|
||||||
description={
|
description={
|
||||||
<>
|
<>
|
||||||
Follow the detailed<br/>step-by-step guide here
|
Follow the detailed<br/>step-by-step guide here
|
||||||
|
@ -83,11 +83,11 @@ import {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Use Nimbus Beacon node",
|
title: "Use Nimbus Beacon node",
|
||||||
description: "Run Nimbus Beacon Node with an alternative validator client."
|
description: "Use Nimbus Beacon Node with an alternative validator client."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Use Nimbus Validator client",
|
title: "Use Nimbus Validator client",
|
||||||
description: "Run Nimbus Validator Client with an alternative Beacon Node"
|
description: "Use Nimbus Validator Client with an alternative Beacon Node"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
label="Get Nimbus"
|
label="Get Nimbus"
|
||||||
|
|
Loading…
Reference in New Issue