• Verify a proof locally (optional - mainly for testing)

    Parameters

    • proof: ZKProof

      The proof to verify

    • publicSignals: string[]

      Public signals for the proof

    Returns Promise<boolean>

    True if proof is valid

    NOTE: Node RPC will do the actual verification, this is mainly for debugging REVIEW: Phase 10.4 - Production verification implementation with CDN