Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/resourcers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
| __[Stone CLI](https://github.com/zksecurity/stone-cli)__ | A __CLI__ for proving Cairo programs and verifying and serializing Cairo proofs. |
|__[Stark EVM Adapter](https://github.com/zksecurity/stark-evm-adapter)__|stark-evm-adapter is a library that provides a set of utilities to parse and manipulate the output of the __STARK__ stone proof. Specifically, the library can be used to generate a "split proof", which is necessary for proofs to be verified on Ethereum.
|__[Integrity Calldata Generator](https://github.com/HerodotusDev/integrity-calldata-generator)__|This is a utility that helps generate integrity calldata, which keeps our data safe and reliable. |
|__[Cairo Proof Parser](https://github.com/cartridge-gg/cairo-proof-parser)__ |This lib crate is a parser written to translate beetwen different cairo proof formats. The input to the parse function is a proof in a json string format. The proof is expected to be generated by the stone prover with the -generate_annotations flag. Currently only the recursive and starknet layouts are supported.
|__[Cairo Proof Parser](https://github.com/cartridge-gg/cairo-proof-parser)__ |This lib crate is a parser written to translate between different cairo proof formats. The input to the parse function is a proof in a json string format. The proof is expected to be generated by the stone prover with the -generate_annotations flag. Currently only the recursive and starknet layouts are supported.
|__[Stark Book](https://zksecurity.github.io/stark-book/)__|This is the Starknet documentation where you can read and learn about it. If you want to delve deeper into Starknet you can check this [resource.](https://docs.starknet.io/)