Skip to content

Commit 0f21213

Browse files
committed
Add Mina task send docs
1 parent eef7115 commit 0f21213

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/3_guides/6_setup_aligned.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,35 @@ make batcher_send_burst_groth16
468468

469469
</details>
470470

471+
<details>
472+
<summary>Mina</summary>
473+
474+
Send an individual Mina State proof:
475+
476+
```bash
477+
make batcher_send_mina_task
478+
```
479+
480+
Send a burst of 15 Mina State proofs:
481+
482+
```bash
483+
make batcher_send_mina_burst
484+
```
485+
486+
Send an individual Mina Account inclusion proof:
487+
488+
```bash
489+
make batcher_send_mina_account_task
490+
```
491+
492+
Send a burst of 15 Mina Account inclusion proofs:
493+
494+
```bash
495+
make batcher_send_mina_account_burst
496+
```
497+
498+
</details>
499+
471500
<details>
472501
<summary>Send a specific proof:</summary>
473502

0 commit comments

Comments
 (0)