Sequencer Setup
RibbleChain's Sequencer-as-a-Service enables Layer 3 (L3) rollups to run custom sequencers for batching and processing transactions. This guide covers setting up a sequencer for your rollup.
Prerequisites
- A deployed L3 rollup (see Getting Started with L3 Rollups).
- RibbleChain CLI:
npm install -g ribblechain-cli
. - Docker installed for containerized deployment.
Step 1: Initialize Sequencer
Create a sequencer configuration:
ribblechain-cli sequencer init --rollup my-rollup