Self-Host a Relay
Self-host a relay
# Figure out your public IP
curl v4.ident.me
# Clone the repo and cd into it.
git clone https://github.com/ObolNetwork/charon-distributed-validator-node.git
cd charon-distributed-validator-node
# Replace 'replace.with.public.ip.or.hostname' in relay/docker-compose.yml with your public IPv4 or DNS hostname
nano relay/docker-compose.yml
docker compose -f relay/docker-compose.yml upLast updated
Was this helpful?

