forked from ObolNetwork/charon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.go
13 lines (12 loc) · 802 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright © 2022-2024 Obol Labs Inc. Licensed under the terms of a Business Source License 1.1
// Package cluster provides the cluster configuration API. It defines the `Definition` type that is
// the output of the Launchpad and `charon create dkg` commands.
// `Definition` is also the input to `charon dkg`. If defines the `Lock` type that is
// the output of the `charon dkg` and `charon create cluster` commands. `Lock` is also the input
// to `charon run` command.
//
// launchpad.obol.net ─┐
// ├─► cluster-definition.json ──► charon dkg ─┐
// charon create dkg ─┘ ├─► cluster-lock.json ──► charon run
// charon create cluster ─┘
package cluster