Skip to content

Commit

Permalink
Merge pull request #60 from iosis-tech/documentation
Browse files Browse the repository at this point in the history
docs & config
  • Loading branch information
Okm165 authored Dec 23, 2024
2 parents b519849 + 4bfd078 commit 6c37e75
Show file tree
Hide file tree
Showing 10 changed files with 445 additions and 378 deletions.
126 changes: 57 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Swiftness is a Rust implementation of the Cairo-VM STARK verifier with layouts,

### Verify an Example Proof
```sh
cd cli && cargo run --release --bin swiftness --features starknet_with_keccak,keccak_160_lsb,stone5 --no-default-features -- --proof ../examples/proofs/starknet_with_keccak/cairo0_stone5_example_proof.json
cd cli
cargo run --release --bin swiftness --features starknet_with_keccak,keccak_160_lsb,stone5 --no-default-features -- --proof ../examples/proofs/starknet_with_keccak/cairo0_stone5_example_proof.json
```

## Running Tests
Expand Down
Loading

0 comments on commit 6c37e75

Please sign in to comment.