Skip to content

Files

Latest commit

Oct 11, 2024
8856ea3 · Oct 11, 2024

History

History
26 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.2 KB

StakeWise Distributed Validator Setup

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

Examples

A default example configuration of a full validator node is found in the root docker-compose.yml file.

⚠️⚠️⚠️ Important: The configurations provided are meant for demonstration purposes only and may not be suitable for production environments. These examples are primarily intended for advanced users who are familiar with Docker and have a good understanding of execution and consensus clients. Please exercise caution when using them and ensure that you thoroughly review and customize the configurations according to your specific requirements.

To run the default example, use the following command:

docker compose up