Variables
Circuit Artifact URLs
Default hosted locations for every Groth16 circuit artifact.
constCIRCUIT_ARTIFACT_URLS:Record<CircuitId, {verificationKey?:string;wasm:string;zkey:string; }>
Defined in: src/client/implementation/wasm-zk-prover.ts:46
Default artifact locations for each Circom/Groth16 circuit.
Remarks
These are provided as sensible defaults and can be updated by applications at build time if they host the artifacts at different paths or URLs.
All paths/URLs should be resolvable in the environment where the prover runs
(browser or Node, depending on how fetch is implemented).