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 contracts | Proof VM |
| Tracking Zcash tips / finality | Light Clients |
| Building product protocols | Applications |
| Writing tests and deploy scripts | Cw-Orch Testing And Scripting |
| Following the residual community program | Community Program |