Skip to content

Linera Validator Artifacts

Public deployment artifacts for the Linera protocol.

Everything you need to stand up, operate, and upgrade a Linera validator: Helm charts, a single-host Docker Compose stack, deploy scripts, and operator guides.

Quickstart

Two supported paths — pick whichever matches your environment.

One host (Docker Compose)

./scripts/deploy-validator.sh <hostname> <email>

That brings up a validator joining testnet_conway. See Quickstart for details.

Kubernetes (Helm)

Install from the OCI registry:

helm install validator-1 \
  oci://ghcr.io/linera-io/charts/linera-validator-stack \
  --version <version> \
  -f my-values.yaml

See Helm guide.

What's in this repo

Directory What
helm/ Three Helm charts (linera-validator, linera-block-exporter, linera-validator-stack umbrella).
docker/ Docker compose stack for single-host deployments.
scripts/ deploy-validator.sh, upgrade-env.sh, install-prereqs.sh.
docs/ Operator guides (this site).

Security

Every release is signed with cosign keyless using GitHub's OIDC. Verify before installing in production — see the Helm guide.

Contributing

See CONTRIBUTING.