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
Copy file name to clipboardExpand all lines: docs/3_guides/0_submitting_proofs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Submitting Proofs
2
2
3
-
Make sure you have Aligned installed as specified [here](../introduction/1_getting_started.md#Quickstart).
3
+
Make sure you have Aligned installed as specified [here](../1_introduction/1_getting_started.md#Quickstart).
4
4
5
5
If you run the examples below, make sure you are in Aligned's repository root.
6
6
@@ -15,7 +15,7 @@ The following is the list of the verifiers currently supported by Aligned:
15
15
-:white_check_mark: Halo2 - Plonk/KZG
16
16
-:white_check_mark: Halo2 - Plonk/IPA
17
17
18
-
Learn more about future verifiers [here](../architecture/0_supported_verifiers.md).
18
+
Learn more about future verifiers [here](../2_architecture/0_supported_verifiers.md).
19
19
20
20
## 1. Import/Create Keystore file
21
21
@@ -99,7 +99,7 @@ These commands allow the usage of the following flags:
99
99
100
100
## 3. Submit your proof to the batcher
101
101
102
-
This guide will focus on how to submit proofs using the Aligned CLI. To integrate the proof submission process into your application, check the [Aligned SDK guide](../guides/1_SDK.md).
102
+
This guide will focus on how to submit proofs using the Aligned CLI. To integrate the proof submission process into your application, check the [Aligned SDK guide](../3_guides/2_integrating_aligned_into_your_application.md).
103
103
104
104
Proof submission is done via the `submit`command of the Aligned CLI. The arguments for the submit command are:
Where `proof_path` is the path to the proof file, `vm_program_path` is the path to the ELF file. `proof_generator_addr` is an optional parameter that works as a helper for some applications where you can be frontrunned.
49
49
50
-
For more instructions on how to submit proofs, check the [Submitting proofs guide](../guides/0_submitting_proofs.md).
50
+
For more instructions on how to submit proofs, check the [Submitting proofs guide](../3_guides/0_submitting_proofs.md).
51
51
52
52
## Gnark
53
53
@@ -98,7 +98,7 @@ aligned submit \
98
98
Where proof path is the path to the proof file, `public_input_path` is the path to the public input file,
99
99
and `verification_key_path` is the path to the verification key file.
100
100
101
-
For more instructions on how to submit proofs, check the [Submitting proofs guide](../guides/0_submitting_proofs.md).
101
+
For more instructions on how to submit proofs, check the [Submitting proofs guide](../3_guides/0_submitting_proofs.md).
0 commit comments