Installation

You can use garaga in different ways, for different use cases. - The Developer setup & guides explains how to setup a dev environment for contributing to garaga and as well as some tutorials. - The Python packageis the way to generate Cairo SNARKS verifiers, deploy them to Starknet, and call your contract from the command line, using the Garaga CLI. - The Rust Crate - The Npm package (essentially wasm code generated from the Rust crate) provides tooling to dApps developers to convert proofs to calldata and interact with browser wallets.

Last updated