@caatinga/zk
v3.9.2
Published
Zero-knowledge proof serialization bridge for Stellar/Soroban
Readme
@caatinga/zk
Circom Groth16 proof serialization and verification bridge for Soroban. Used by ctg zk-* commands and the zk-starter template.
Install
npm install @caatinga/zkCLI workflow
ctg zk init # scaffold verifier contract + circuit
ctg zk build # compile Circom, run dev trusted setup
ctg zk prove # generate proof.json + public.json
ctg zk invoke --source alicectg zk build runs a single-party development ceremony suitable for testnet/dev only. Production requires an external MPC ceremony.
Documentation
Browser subpath: @caatinga/zk/browser for client-side proof verification helpers.
