We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
batcher_start_local
1 parent fd7b975 commit c7c5b2fCopy full SHA for c7c5b2f
1 file changed
docs/3_guides/6_setup_aligned.md
@@ -315,6 +315,11 @@ To start the [Batcher](../2_architecture/components/1_batcher.md):
315
make batcher_start
316
```
317
318
+If you are testing locally, you can run this instead:
319
+```bash
320
+make batcher_start_local
321
+```
322
+
323
<details>
324
<summary>More information about Batcher configuration:</summary>
325
@@ -362,6 +367,15 @@ ecdsa:
362
367
363
368
364
369
370
+or
371
372
373
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
365
379
</details>
366
380
381
---
0 commit comments