From a79b5c3305b3d7a773a3e3570b3c5c87390ee3bf Mon Sep 17 00:00:00 2001 From: Vanshika Srivastava Date: Wed, 11 Sep 2024 23:46:40 +0400 Subject: [PATCH] add section for running node with eth swarm setup --- docs/node/Node Tools/eth-docker.md | 10 +++++----- docs/node/Node Tools/eth-swarm.md | 0 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/node/Node Tools/eth-swarm.md diff --git a/docs/node/Node Tools/eth-docker.md b/docs/node/Node Tools/eth-docker.md index 8ea9a1f4..ff259ed7 100644 --- a/docs/node/Node Tools/eth-docker.md +++ b/docs/node/Node Tools/eth-docker.md @@ -1,18 +1,18 @@ --- -title: eth-docker +title: Eth-docker --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# eth-docker +# Eth-docker -[eth-docker](https://eth-docker.net/) is a docker automation project for Ethereum consensus and execution clients. It aims to make running a Ethereum staking full node simpler than setting everything up manually, while allowing the user choice when it comes to the exact client mix they wish to run. +[Eth-docker](https://eth-docker.net/) is a docker automation project for Ethereum consensus and execution clients. It aims to make running a Ethereum staking full node simpler than setting everything up manually, while allowing the user choice when it comes to the exact client mix they wish to run. -eth-docker allows user to set up Gnosis clients by answering simple dialog-based questions on terminal. +Eth-docker allows user to set up Gnosis clients by answering simple dialog-based questions on terminal. ## References -1. eth-docker Docs: https://eth-docker.net/ +1. Eth-docker Docs: https://eth-docker.net/ 2. Github: https://github.com/eth-educators/eth-docker diff --git a/docs/node/Node Tools/eth-swarm.md b/docs/node/Node Tools/eth-swarm.md new file mode 100644 index 00000000..e69de29b