For the complete documentation index, see llms.txt
ZK Loan tutorial
Build a loan application that privately evaluates credit data with ZK proofs. The credit score, income, and employment tenure never leave your machine.
Smart contract
Write a Compact contract that defines loan logic, eligibility tiers, and on-chain state for private credit evaluation.
Attestation API
Build a REST server that signs credit data with Schnorr signatures so the contract can verify it came from a trusted source.
CLI and end-to-end testing
Build the CLI that ties contract, attestation API, and proof server together, then run the full flow on Preprod.