You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2025. It is now read-only.
Note: `Batch` is []`Tx` and `Tx` is `[]byte`. Also `Hash` and `RollupId` are `[]byte`.
22
24
23
25
## Implementations
24
26
25
27
The following implementations are available:
26
28
27
-
*[centralized-sequencer](https://github.com/rollkit/centralized-sequencer) implements a centralized sequencer that posts rollup transactions to Celestia DA.
28
-
*[astria-sequencer](https://github.com/rollkit/astria-sequencer) implements a Astria sequencer middleware that connects to Astria shared sequencer.
29
+
*[centralized-sequencer][centralized] implements a centralized sequencer that
30
+
posts rollup transactions to Celestia DA.
31
+
*[astria-sequencer][astria] implements a Astria sequencer middleware that
32
+
connects to Astria shared sequencer.
29
33
30
34
In addition the following helper implementations are available:
0 commit comments