Skip to content

Commit cc47531

Browse files
committed
Execution and Consensus Layer Client Options drop down
1 parent da32970 commit cc47531

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

lib/ethereum/README.md

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Configure your setup.
9999

100100
<summary>Geth Lighthouse</summary>
101101

102+
**Configure your Node Runners Ethereum - Geth Lighthouse**
103+
102104
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:
103105
```bash
104106
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
@@ -111,11 +113,43 @@ nano .env
111113
112114
</details>
113115

114-
| Execution Layer Client | Consensus Layer Client | Documentation Link |
115-
| --- | --- | --- |
116-
| Geth | Lighthouse | [Geth Lighthouse Documentation](https://github.com/varnarmat/aws-blockchain-node-runners/blob/website/lib/ethereum/geth-noderunners-docs.md) |
117-
| Erigon | Lighthouse | [Erigon Lighthouse Documentation](https://github.com/varnarmat/aws-blockchain-node-runners/blob/website/lib/ethereum/lighthouse-erigon-noderunners-docs.md) |
118-
| Erigon | Prysm | [Erigon Prysm Documentation](https://github.com/varnarmat/aws-blockchain-node-runners/blob/website/lib/ethereum/prysm-erigon-noderunners-docs.md) |
116+
<details>
117+
118+
<summary>Erigon Lighthouse</summary>
119+
120+
**Configure your Node Runners Ethereum - Erigon Lighthouse**
121+
122+
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 Erigon / Prysm node deployment is as follows, which uses a sample config from the repository:
123+
```bash
124+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
125+
cd lib/ethereum
126+
pwd
127+
cp ./sample-configs/.env-erigon-lighthouse .env
128+
nano .env
129+
```
130+
> **NOTE:** *You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
131+
132+
</details>
133+
134+
<details>
135+
136+
<summary>Erigon Prysm</summary>
137+
138+
**Configure your Node Runners Ethereum - Erigon Prysm**
139+
140+
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 Erigon / Prysm node deployment is as follows, which uses a sample config from the repository:
141+
```bash
142+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
143+
cd lib/ethereum
144+
pwd
145+
cp ./sample-configs/.env-erigon-prysm .env
146+
nano .env
147+
```
148+
> **NOTE:** *You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
149+
150+
</details>
151+
152+
119153

120154

121155

0 commit comments

Comments
 (0)