lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
514 stars 145 forks source link

fix: add cairo-compile fibonacci.cairo #1700

Closed jujube closed 5 months ago

jujube commented 6 months ago

add --proof_mode

fmoletta commented 5 months ago

There is already a section above explaining how to compile a cairo program using the cairo compiler, there is no need to add the compilation command in this section