Skip to content

Commit

Permalink
docs: mention local batcher target (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Oct 3, 2024
2 parents 55023bf + c7c5b2f commit 2fcf108
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/3_guides/6_setup_aligned.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ To start the [Batcher](../2_architecture/components/1_batcher.md):
make batcher_start
```

If you are testing locally, you can run this instead:
```bash
make batcher_start_local
```

<details>
<summary>More information about Batcher configuration:</summary>

Expand Down Expand Up @@ -362,6 +367,15 @@ ecdsa:
make batcher_start
```

or

```bash
make batcher_start_local
```

The latter version sets up a [localstack](https://www.localstack.cloud/) to act as a replacement for S3,
so you don't need to interact with (and give money to) AWS for your tests.

</details>

---
Expand Down

0 comments on commit 2fcf108

Please sign in to comment.