Skip to content

HerodotusDev/cairo0-verifier-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling the verifier

cairo-compile src/main.cairo --output verifier.compiled.json This can take a while, the output file is 11GB. The sha256 hash computed with: shasum -a 256 verifier_compiled.json Should be: 62c970167286141be3975d149069cacb1a28f61539557d39f4e8da7a29700d77

Running the verifier

cairo-run --program=verifier_compiled.json --layout=recursive --program_input=verifier_from_cairo_lang.input.json --print_output Running the verifier can take long. On a Macbook Pro M2 MAX it took 50minutes.

Missing files

If you are missing some files pls ask Marcello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages