Skip to content

Commit

Permalink
chore: add vaildator connection step
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Nov 12, 2024
1 parent b896a7a commit 9026029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testnets/devcon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ After you're done, you can start the setup with the following command
docker-compose -f cb.docker-compose.yml --env-file .cb.env up -d
```

## Connecting Validators

Once the setup is running, you can point your beacon node's `builder-endpoint` to the commit-boost PBS module.
In the provided config files, this is exposed on the host at port 18550, and should be reachable at `http://localhost:18550`.

## Architecture Overview

Here is an overview of the setup you will be running:
Expand Down

0 comments on commit 9026029

Please sign in to comment.