Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
docs: document that running orchestrator is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 28, 2023
1 parent 7680a24 commit 0c785f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For a high-level overview of how Blobstream works, check [here](https://github.c

## Install

1. [Install Go](https://go.dev/doc/install) 1.21
1. [Install Go](https://go.dev/doc/install) 1.21
2. Clone this repo
3. Install the Blobstream CLI

Expand Down
3 changes: 3 additions & 0 deletions docs/orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ description: Learn about the Blobstream Orchestrator.

The role of the orchestrator is to sign attestations using its corresponding validator EVM private key. These attestations are generated within the Blobstream module of the Celestia-app state machine. To learn more about what attestations are, you can refer to [the Blobstream overview](https://github.com/celestiaorg/celestia-app/tree/main/x/blobstream).

> **_NOTE:_**
> Running a Blobstream orchestrator is mandatory for validators in mocha and mainnet (when announced), especially those in the active validator set! So, if you're still not running one, please do.
## How it works

The orchestrator does the following:
Expand Down

0 comments on commit 0c785f9

Please sign in to comment.