Skip to content

Commit

Permalink
feat: add supported clients to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Sep 27, 2024
1 parent fb6630c commit c902bd2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ If you encounter problems with your node, please open a [GitHub issue](https://g
docker compose up --build
```

> [!NOTE]
> To run the node using a supported client, you can use the following command:
> `CLIENT=supported_client docker compose up --build`
>
> Supported clients:
> - Geth
> - Reth
> - Nethermind
4. You should now be able to `curl` your Base node:

```
Expand Down

0 comments on commit c902bd2

Please sign in to comment.