@@ -29,19 +29,22 @@ make build
2929
3030## Usage
3131
32- centralized-sequencer exposes a gRPC service that can be used with any gRPC client to
33- sequence rollup transactions to the celestia network.
32+ centralized-sequencer exposes a gRPC service that can be used with any gRPC
33+ client to sequence rollup transactions to the celestia network.
3434
3535## Example
3636
3737Run centralized-sequencer by specifying DA network details:
3838
39+ <!-- markdownlint-disable MD013 -->
3940``` sh
4041 ./build/centralized-sequencer -da_address < da_address> -da_auth_token < da_auth_token> -da_namespace $( openssl rand -hex 10)
4142```
43+ <!-- markdownlint-enable MD013 -->
4244
4345## Flags
4446
47+ <!-- markdownlint-disable MD013 -->
4548| Flag | Usage | Default |
4649| ---------------------------- | -----------------------------------------| -----------------------------|
4750| ` batch-time ` | time in seconds to wait before generating a new batch | 2 seconds |
@@ -51,6 +54,7 @@ Run centralized-sequencer by specifying DA network details:
5154| ` host ` | centralized sequencer host | localhost |
5255| ` port ` | centralized sequencer port | 50051 |
5356| ` listen-all ` | listen on all network interfaces (0.0.0.0) instead of just localhost| disabled|
57+ <!-- markdownlint-enable MD013 -->
5458
5559See ` ./build/centralized-sequencer --help ` for details.
5660
@@ -83,8 +87,8 @@ We welcome your contributions! Everyone is welcome to contribute, whether it's
8387in the form of code, documentation, bug reports, feature
8488requests, or anything else.
8589
86- If you're looking for issues to work on, try looking at the
87- [ good first issue list] ( https://github.com/rollkit/centralized-sequencer/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 ) .
90+ If you're looking for issues to work on, try looking at the [ good first issue
91+ list] ( https://github.com/rollkit/centralized-sequencer/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 ) .
8892Issues with this tag are suitable for a new external contributor and is a great
8993way to find something you can help with!
9094
@@ -94,4 +98,4 @@ to ask questions, discuss your ideas, and connect with other contributors.
9498
9599## Code of Conduct
96100
97- See our Code of Conduct [ here] ( https://docs.celestia.org/community/coc ) .
101+ See our Code of Conduct [ here] ( https://docs.celestia.org/community/coc ) .
0 commit comments