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: provers/cairo/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ CLI currently runs with 100 bits of conjecturable security.
31
31
32
32
Cairo / Cairo1 programs full integration is on the way. It can already be used generating a trace and a memory with the Cairo VM Runner, and fed to the prover with the prove command.
33
33
34
+
For using Cairo1, use the following [VM version](https://github.com/lambdaclass/cairo-vm/commit/070aeb9dbaf55875bf1cba2cef36fccafbb4851a) until it gets fixed in main
35
+
36
+
Notice in this version you don't need the flag ```--proof_mode``` as it's enabled by default.
37
+
34
38
### Usage:
35
39
36
40
To prove Cairo programs, they first need to be compiled. For compilation you need to have `cairo-lang` or `docker` installed.
0 commit comments