diff --git a/package.json b/package.json
index 85d3f37..5abb041 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"dependencies": {
- "@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.5",
+ "@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.6",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index acda06d..4572b15 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -29,12 +29,11 @@ import {
Light and High Performing Ethereum Clients
- Run Nimbus on lightweight devices or enterprise-grade servers with equal
- ease and peace of mind. Trusted by solo stakers and node operators alike.
+ Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and node operators alike.
- Get Involved
+ Learn more
@@ -51,7 +50,7 @@ import {
Nimbus offers a simple and easy to use consensus layer client that combines beacon node and validator client in one, or the flexibility to run the two independently. Get up and running quickly using this simple guide.>
},
{
title: 'Lightweight',
- description:
- 'A low resource footprint makes Nimbus an attractive option for solo stakers and distributed validators. Institutional operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress.',
- },
- {
- title: 'Secure',
- description:
- 'Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group.',
+ description: "Nimbus' low resource footprint makes it an attractive option for solo stakers. Institutional node operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress."
},
{
title: 'Resilient',
- 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.',
+ description: "Nimbus offers the ability to connect the validator client with multiple beacon nodes, and the beacon node with multiple execution layer clients, creating redundancy and resilience in your setup."
+ },
+ {
+ title: 'Secure',
+ description: "Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group."
},
]}
>
@@ -139,34 +134,29 @@ import {
- Follow the detailed
-
- step-by-step guide here
+ Run the Nimbus consensus client
in one of three ways
>
}
- description={<>Run Nimbus in one of three setups>}
border={false}
list={[
{
title: 'Simple setup',
- description:
- 'Run integrated Nimbus Beacon Node and Validator Client together.',
+ description: "Setup the Nimbus Beacon Node with Validator client duties.",
href: 'https://nimbus.guide/quick-start.html',
target: '_blank',
},
{
title: 'Beacon setup',
- description:
- 'Use Nimbus Beacon Node with an alternative validator client.',
+ description: "Use Nimbus Beacon Node with an alternative validator client.",
href: 'https://nimbus.guide/quick-start.html',
target: '_blank',
},
{
title: 'Validator setup',
- description:
- 'Use Nimbus Validator Client with an alternative Beacon Node',
+ description: "Use Nimbus Validator client with an alternative Beacon Node.",
href: 'https://nimbus.guide/quick-start.html',
target: '_blank',
},
@@ -182,6 +172,7 @@ import {
}
- ctaPosition="top"
href="https://nimbus.team"
label="Get Nimbus"
target="_blank"
@@ -212,7 +202,7 @@ import {