Skip to content

Commit

Permalink
chore: fix markdownlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Nov 14, 2024
1 parent dd4528b commit 57bedf9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ make lint

## Local Sequencer

In this repo there is a mock `local-sequencer` server that implements the `go-sequencing` interface. This server is useful for testing and development purposes.
In this repo there is a mock `local-sequencer` server that implements the
`go-sequencing` interface. This server is useful for testing and development
purposes.

### Running the local sequencer binary

Expand All @@ -72,7 +74,7 @@ This will build the `local-sequencer` binary. To run the server, run:
./build/local-sequencer
```

You will see an output like the following:
You will see an output like the following:

```sh
2024/11/13 10:56:01 Listening on: localhost:50051
Expand All @@ -92,7 +94,8 @@ This will build a `local-sequencer` Docker image. To run the server, run:
docker run -p 50051:50051 --rm local-sequencer
```

In order to connect your rollup to your local sequencer, you need to pass in the rollup ID by using the following command:
In order to connect your rollup to your local sequencer, you need to pass in the
rollup ID by using the following command:

```sh
docker run -p 50051:50051 --rm local-sequencer -listen-all -rollup-id=testing
Expand Down

0 comments on commit 57bedf9

Please sign in to comment.