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/5_using_zkrust.md
+27-14Lines changed: 27 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
# Generating & submitting proofs to Aligned using zkRust
2
2
3
-
With zkRust, you can generate proofs of Rust code and then submit them to Aligned to be verified with only one command.
4
-
You can choose between different Rust zkVMs for generating your proof.
5
-
The supported provers at the moment are:
3
+
[zkRust](https://github.com/yetanotherco/zkRust) is a CLI tool to generate proofs of your rust code using a RISCV-zkVM's and submit them to Aligned to be verified with only one command.
4
+
The following provers are supported:
6
5
7
-
*[Risc0](https://github.com/risc0/risc0)
8
-
*[SP1](https://github.com/succinctlabs/sp1)
6
+
-[Risc0](https://github.com/risc0/risc0)
7
+
-[SP1](https://github.com/succinctlabs/sp1)
9
8
10
9
## Dependencies
11
10
@@ -19,13 +18,27 @@ To generate and submit proofs to Aligned using ZKRust, you need to have the foll
19
18
20
19
To generate and submit proofs to Aligned testnet using zkRust, you can follow the steps below:
21
20
22
-
### 1. Clone the zkRust repository:
21
+
### 1. Install zkRust :
23
22
24
-
```bash
25
-
git clone https://github.com/lambdaclass/zkRust
23
+
The zkRust executable can be installed directly via the command line via:
0 commit comments