Skip to content

Commit

Permalink
Merge pull request #2120 from OffchainLabs/add-node-install-to-sqm
Browse files Browse the repository at this point in the history
add node dependencies install docs link to sqm docs
  • Loading branch information
anegg0 authored Mar 3, 2025
2 parents b0c5c44 + 0633d95 commit 9e2df17
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ import ImageZoom from '@site/src/components/ImageZoom';
The Sequencer Coordinator Manager (SQM) is a command-line tool that allows you to manage the priority list of sequencers, update their positions, add new sequencers to the list, and refresh the lists from the Redis server.
The tool offers keyboard-only support. Any changes you make are stored locally until you choose to save and push them to the Redis server.

- Here is an example of how to start the Sequencer Coordinator Manager and connect to a local Redis server:
- Clone and enter nitro repository:

```shell
git clone --branch @@nitroVersionTag=v3.5.1@@ https://github.com/OffchainLabs/nitro.git
cd nitro
```

- Before starting the Sequencer Coordinator Manager, please read and follow the commands in step4-step7 of [Build Nitro's binaries natively](../nitro/01-build-nitro-locally.mdx#build-nitros-binaries-natively) to install the necessary dependencies.

- Here is an example of how to start the Sequencer Coordinator Manager and connect to a local Redis server:
```shell
# In nitro directory
make target/bin/seq-coordinator-manager
./target/bin/seq-coordinator-manager redis://127.0.0.1:6379
```
Expand Down

0 comments on commit 9e2df17

Please sign in to comment.