Skip to content

Commit

Permalink
Merge pull request #14 from 0xPolygonID/vmidyllic-patch-1
Browse files Browse the repository at this point in the history
Update set-request.js
  • Loading branch information
vmidyllic authored Sep 6, 2023
2 parents 6052cdf + 3897fbe commit 8cb8893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion on-chain-verification/scripts/set-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const Operators = {

async function main() {

// you can run https://go.dev/play/p/rnrRbxXTRY6 to get schema hash and claimPathKey using YOUR schema
// you can run https://go.dev/play/p/3id7HAhf-Wi to get schema hash and claimPathKey using YOUR schema
// suggestion: Use your own go application with that code rather than using playground (it can give a timeout just because it’s restricted by the size of dependency package)
const schemaBigInt = "74977327600848231385663280181476307657"

// merklized path to field in the W3C credential according to JSONLD schema e.g. birthday in the KYCAgeCredential under the url "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld"
Expand Down

0 comments on commit 8cb8893

Please sign in to comment.