Skip to content

Commit

Permalink
Pin version cairo1 on docs (#809)
Browse files Browse the repository at this point in the history
* Add constantine to readme

* Pin version for cairo1 proof mode

* Better text
  • Loading branch information
MauroToscano authored Feb 19, 2024
1 parent c7ac1bf commit 601ab67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provers/cairo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ CLI currently runs with 100 bits of conjecturable security.

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.

For using Cairo1, use the following [VM version](https://github.com/lambdaclass/cairo-vm/commit/070aeb9dbaf55875bf1cba2cef36fccafbb4851a) until it gets fixed in main

Notice in this version you don't need the flag ```--proof_mode``` as it's enabled by default.

### Usage:

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

0 comments on commit 601ab67

Please sign in to comment.