Skip to content

glihm/cairo-verifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cairo Verifier

This document provides steps to build and run the Cairo Verifier.

Building the Verifier

To build the latest version of the verifier and create a Sierra file, follow these steps:

  1. Navigate to the project root directory:
cd .
  1. Build the project:
scarb build

Running the Verifier

After building the verifier, you can run it with the following steps:

  1. Navigate to the runner directory:
cd runner
  1. Run the verifier:
cargo run --release -- ../target/dev/cairo_verifier.sierra < resources/parserin.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Cairo 99.6%
  • Other 0.4%