Options for Proof Generation
info
To support a variety of use cases, RISC Zero allows users a variety of options for proof generation.
Users can choose between:
- dev-mode: No proofs are generated, enabling rapid prototyping.
- Local Proving: Proofs are generated on the user's own CPU/GPU.
- Remote Proving: Proofs are generated by Bonsai, a highly parallelized, highly performant proving service.
We recommend option 1 during development, option 2 for applications involving private inputs, and option 3 for all other applications.
tip
prove_with_opts
allows users to choose between composite, succinct or groth16 receipts.