This repo contains the docker-compose files needed to run one node in a charon Distributed Validator Cluster.
A distributed validator node is a machine running:
- An Ethereum Execution client
- An Ethereum Consensus client
- An Ethereum Distributed Validator client
- An Ethereum Distributed Validator sidecar
- An Ethereum Validator client
A default example configuration of a full validator node is found in the root docker-compose.yml
file.
To run the default example, use the following command:
docker compose up