Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Who This Guide Is For

This guide is for developers integrating or extending the ZK-CosmWasm stack:

  • Building contracts that verify proofs or use native cryptographic hosts
  • Integrating light-client designs that track Zcash (and, later, other ecosystems)
  • Using application-layer libraries (vote-sdk, smart-account auth, related surfaces)
  • Testing and scripting with cw-orch

For generic CosmWasm contract basics (entry points, multitest, funds), see The CosmWasm Book.

If you are…Start here
Verifying proofs in contractsProof VM
Tracking Zcash tips / finalityLight Clients
Building product protocolsApplications
Writing tests and deploy scriptsCw-Orch Testing And Scripting
Following the residual community programCommunity Program