The ZK-CosmWasm Book
Active development. This guide is under active development. Small invariants in accuracy—gas numbers, capability names, circuit paths, and ecosystem status—are still being identified and tuned. Prefer linked source code and upstream docs when you need production certainty.
Builder documentation for the proof-verification CosmWasm stack: host APIs, circuits, cw-orch + ict-rs test/deploy paths, then ecosystem light clients and applications.
Parts
| Part | Focus |
|---|---|
| I — Using ZK-CosmWasm | Proof VM · Cw-Orch / ict-rs tooling · reference |
| II — Ecosystem | Light clients · applications (vote-sdk, auth, bounties, demos) |
| III — Community Program | Thin public residual links (audit / hackathon) |
Build Path
Start here when writing contracts or tests:
- Proof VM
- Architecture
- Circuits And Verifying Keys
- Cw-Orch Testing And Scripting — circuits + Docker e2e
Then Light Clients / Applications as needed.