iden3 / circuits

Circom circuits used by the iden3 core protocol.
GNU General Public License v3.0
81 stars 14 forks source link

AtomicQueryV3 #130

Closed nickz-t3 closed 4 months ago

nickz-t3 commented 6 months ago

where can I find the circuit for AtomicQueryV3

nickz-t3 commented 6 months ago

To be more precise I need the wasm file for this https://github.com/0xPolygonID/js-sdk/blob/main/src/circuits/atomic-query-v3.ts

I get an error "Error: wasm file doesn't exist for circuit credentialAtomicQueryV3-beta.0" when I run

  const { proof, vp } = await proofService.generateProof(proofReq, userDid, {
    credential: credsForMyUserDID[0],
    skipRevocation: false,
  })
OBrezhniev commented 6 months ago

Hi @nickz-t3! You can find it in this archive: http://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip