Skip to content

Commit 3b0bb57

Browse files
committed
nethermind teku and besu teku
1 parent 6936e7f commit 3b0bb57

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

lib/ethereum/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,46 @@ nano .env
153153
</details>
154154

155155

156+
<details>
157+
158+
<summary>Nethermind Teku</summary>
159+
<br>
160+
161+
**Configure your Node Runners Ethereum - Nethermind Teku**
162+
163+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository:
164+
```bash
165+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
166+
cd lib/ethereum
167+
pwd
168+
cp ./sample-configs/.env-nethermind-teku .env
169+
nano .env
170+
```
171+
> **NOTE:** *You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
172+
173+
</details>
174+
175+
<details>
176+
177+
<summary>Besu Teku</summary>
178+
<br>
179+
180+
**Configure your Node Runners Ethereum - Besu Teku**
181+
182+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository:
183+
```bash
184+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
185+
cd lib/ethereum
186+
pwd
187+
cp ./sample-configs/.env-besu-teku .env
188+
nano .env
189+
```
190+
> **NOTE:** *You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
191+
192+
</details>
193+
194+
195+
156196

157197

158198

0 commit comments

Comments
 (0)