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

Glossary

TermMeaning
ZK-CosmWasmCosmWasm stack with proof-verification-oriented host support and circuit caching
zkidApplication-assigned logical circuit id resolved to a content-addressed circuit key
VKVerifying key (with embedded constraint system in this stack’s version-2 format)
CircuitFooter80-byte trailer: prover/curve/k/instances, section lengths, dual SHA-256 checksums
circuit_key72-byte content key: param_key ‖ vk_key
paramsHalo2 (or similar) commitment parameters; often shared for a given k
Path AHost-cache load of VK after CircuitInfo (avoids pulling full blob over querier)
Cold pathCircuit query + deserialize when cache misses
CrosslinkHybrid finality light-client / node path over Zcash PoW
Pure PoWConfirmation-depth light-client path on Zcash headers only
08-wasmIBC light client whose logic runs as CosmWasm Wasm bytecode
CapabilityContract/host negotiation via requires_* Wasm exports (not Cargo features)
vote-sdkShielded voting appchain and circuits (monorepo)
terp-rs smart-accountsGrant-aligned authenticator contracts + suite under contracts/smart-accounts/
FlyClientSuccinct PoW light-client approach (ZIP-221 lineage)
Cw-Orchcw-orchestrator: typed CosmWasm testing and scripting
EcosystemApplication-layer and light-client designs beyond the core VM