Skip to main content
Version: v0.9.0

Middleware Architecture

The Charon daemon sits as a middleware between the consensus layer's beacon node API and any downstream validator clients.

Operation

The middleware strives to be stateless and statically configured through 777 file systems. The lack of a control-plane API for online reconfiguration is deliberate to keep operations simple and secure by default.

The charon package will initially be available as a Docker image and through binary builds. An APT package with a systemd integration is planned.