You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proof submission and verification can be done either with the SDK or by using the Aligned CLI.
213
213
214
-
To submit the proof generated in this example, run`make submit_fibonacci_proof`. This will output the `AlignedVerificationData` needed to send to the `verifyBatchInclusion` method of the contract in the `batch_inclusion_data` directory inside `aligned-integration`.
214
+
To submit the proof generated in this example, run:
215
215
216
-
For more details on submitting proofs, refer to the [submitting proofs guide](0_submitting_proofs.md).
216
+
```sh
217
+
export KEYSTORE_PATH=<LOCAL_KEYSTORE_PATH>
218
+
make submit_fibonacci_proof
219
+
```
220
+
221
+
This will output the `AlignedVerificationData` needed to send to the `verifyBatchInclusion` method of the contract in the `batch_inclusion_data` directory inside `aligned-integration`.
222
+
223
+
For more details on submitting proofs and setting up a local wallet keystore, refer to the [submitting proofs guide](0_submitting_proofs.md).
0 commit comments