Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 18, 2024
1 parent 703d185 commit d73f84e
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,10 @@

This is the Rust implementation of the Cairo-VM STARK verifier with layouts. The code is inspired by StarkWare's [Cairo-verifier](https://github.com/starkware-libs/cairo-lang) implementation in Cairo0.

## CLI Usage

Install cli:

```sh
cargo install -f --path cli
```

Verify example project:

```sh
cairovm-verifier_cli --proof example/fibonacci_proof_generator/recursive/cairo0_example_proof.json
```

## Build Project
### Verify example proof:

```sh
cargo build
cargo run --release --bin cairovm_verifier_cli --features starknet_with_keccak,keccak --no-default-features -- --proof examples/proofs/starknet_with_keccak/cairo0_example_proof.json
```

## Run Tests
Expand Down

0 comments on commit d73f84e

Please sign in to comment.