Skip to content

Commit

Permalink
fixing prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
“Max committed Aug 15, 2024
1 parent 315f478 commit 4b1558e
Showing 1 changed file with 7 additions and 34 deletions.
41 changes: 7 additions & 34 deletions docs/start/quickstart_group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,13 @@ import TabItem from "@theme/TabItem";
This quickstart guide will walk you through creating a Distributed Validator Cluster with a number of other node operators.

## Pre-requisites

<ul>
<li>
A basic{" "}
<a
href="https://docs.ethstaker.cc/ethstaker-knowledge-base/"
target="_blank"
>
knowledge
</a>{" "}
of Ethereum nodes and validators.
</li>
<li>
Ensure you have{" "}
<a href="https://git-scm.com/downloads" target="_blank">
git
</a>{" "}
installed.
</li>
<li>
Ensure you have{" "}
<a href="https://docs.docker.com/engine/install/" target="_blank">
docker
</a>{" "}
installed.{" "}
</li>
<li>
Make sure <code>docker</code> is running before executing the commands
below.
</li>
<li>
(If you are taking part using a DappNode) A computer with an up to date version of <a href="https://docs.dappnode.io/docs/user/install/overview/" target="_blank"> DappNode</a>'s software and an internet connection.
</li>
</ul>
<ul>
<li>A basic <a href="https://docs.ethstaker.cc/ethstaker-knowledge-base/" target="_blank">knowledge</a> of Ethereum nodes and validators.</li>
<li>Ensure you have <a href="https://git-scm.com/downloads" target="_blank">git</a> installed.</li>
<li>Ensure you have <a href="https://docs.docker.com/engine/install/" target="_blank">docker</a> installed.</li>
<li>(If you are taking part using a DappNode) A computer with an up to date version of <a href="https://docs.dappnode.io/docs/user/install/overview/" target="_blank"> DappNode</a>'s software and an internet connection.</li>
<li>Make sure <code>docker</code> is running before executing the commands below.</li>
</ul>

## Step 1: Get your ENR

Expand Down

0 comments on commit 4b1558e

Please sign in to comment.