Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.16 KB

integrity-rs

Rust library for verifying STARK proofs from swiftness on integrity

crates-badge

Introduction

integrity-rs is the missing piece for verifying swiftness STARK proofs on-chain using the integrity verifier contract.

Given a STARK proof, the library offers a split_proof function that generates contract calls which stay under Starknet transaction size limits, allowing the proof to be verified in a multi-step process over multiple transactions.

An example of reading a JSON proof file and generating the final contract calls is available for reference.

License

Licensed under either of

at your option.