Umbra SDK Docs

Wasm Zk Prover Config

Umbra SDK reference for Wasm Zk Prover Config.

client


WasmZkProverConfig = Partial<Record<CircuitId, boolean>>

Defined in: src/client/implementation/wasm-zk-prover.ts:92

Configuration for the WASM-based ZK prover.

Remarks

The configuration flags indicate which circuits should be enabled. Only the circuits with a true flag will have their artifacts fetched and cached, allowing applications to load only the proof systems they actually need.

Artifact URLs/paths themselves are defined in CIRCUIT_ARTIFACT_URLS and can be customized at build time by the application if necessary.

On this page