Skip to content

Commit c7c5b2f

Browse files
committed
docs: add batcher_start_local to setup guide
The option wasn't previously documented, so we relied in oral tradition to know how to develop.
1 parent fd7b975 commit c7c5b2f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/3_guides/6_setup_aligned.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ To start the [Batcher](../2_architecture/components/1_batcher.md):
315315
make batcher_start
316316
```
317317

318+
If you are testing locally, you can run this instead:
319+
```bash
320+
make batcher_start_local
321+
```
322+
318323
<details>
319324
<summary>More information about Batcher configuration:</summary>
320325

@@ -362,6 +367,15 @@ ecdsa:
362367
make batcher_start
363368
```
364369

370+
or
371+
372+
```bash
373+
make batcher_start_local
374+
```
375+
376+
The latter version sets up a [localstack](https://www.localstack.cloud/) to act as a replacement for S3,
377+
so you don't need to interact with (and give money to) AWS for your tests.
378+
365379
</details>
366380

367381
---

0 commit comments

Comments
 (0)