Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deploy_tee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ creation.

### Creating a new network (genesis ceremony)

The network-shape decisions live entirely in step 1's authored inputs;
everything after is derivation (`manifest assemble`) or per-node plumbing.
A node joining later re-runs only steps 2–3 (via the operator CLI — see
above); the manifest assembly and the ceremony are one-time founding acts.

```bash
# 0. (Upstream) Build the image in seismic-images (CI or `make build`)
# and publish it + its measurements. This tool does not build.
Expand Down
Loading