Skip to content

@armada/sdk / prover / ArtifactSource

Interface: ArtifactSource

Defined in: src/prover/index.ts:27

Resolves (shape) → {wasm, zkey, vkey} from armada-circuits/build/ — filesystem (node) or HTTP /artifacts/ + IndexedDB cache (browser). SHA-256 manifest checked on load (ArtifactIntegrityError). No IPFS, no hash whitelist, no overrideArtifact.

Methods

resolve()

resolve(shape): Promise<ArtifactSet>

Defined in: src/prover/index.ts:28

Parameters

shape

CircuitShape

Returns

Promise<ArtifactSet>