Skip to content

Commit 601ab67

Browse files
authored
Pin version cairo1 on docs (lambdaclass#809)
* Add constantine to readme * Pin version for cairo1 proof mode * Better text
1 parent c7ac1bf commit 601ab67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provers/cairo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ CLI currently runs with 100 bits of conjecturable security.
3131

3232
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.
3333

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+
3438
### Usage:
3539

3640
To prove Cairo programs, they first need to be compiled. For compilation you need to have `cairo-lang` or `docker` installed.

0 commit comments

Comments
 (0)