Last active
September 2, 2024 10:54
-
-
Save ilya-korotya/5a97fb448660f214762213cb8413eb61 to your computer and use it in GitHub Desktop.
embedded json for web wallet test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "Synaps Sandbox", | |
"description": "Turn KYC and AML compliance into your competitive edge with Synaps", | |
"logoUrl": "https://s3.eu-west-1.amazonaws.com/iden34-marketplace-logos-prod/e9d2d912-195b-4b9f-901e-2ed8109f8f9b.png", | |
"credentials": [ | |
{ | |
"title": "Proof of liveness", | |
"context": "https://raw.githubusercontent.com/anima-protocol/claims-polygonid/main/schemas/json-ld/pol-v1.json-ld", | |
"type": "AnimaProofOfLife", | |
"description": "Verify that you’re a live human being by performing a 3D facescan", | |
"did": "did:iden3:privado:main:2SdUfDwHK3koyaH5WzhvPhpcjFfdem2xD625aymTNc", | |
"agent": "http://localhost:3010/agent", | |
"hostWhitelist": [ | |
"verify.synaps.io", | |
"pol.internal-iden3-dev.com" | |
] | |
}, | |
{ | |
"title": "Proof of uniqueness", | |
"context": "https://raw.githubusercontent.com/anima-protocol/claims-polygonid/main/schemas/json-ld/pou-v1.json-ld", | |
"type": "AnimaProofOfUniqueness", | |
"description": "Verify your uniqueness by performing a 3D facescan", | |
"did": "did:iden3:privado:main:2SdUfDwHK3koyaH5WzhvPhpcjFfdem2xD625aymTNc", | |
"agent": "https://payment.internal-iden3-dev.com/agent", | |
"hostWhitelist": [ | |
"verify.synaps.io", | |
"payment.internal-iden3-dev.com" | |
] | |
}, | |
{ | |
"title": "Proof of identity", | |
"context": "https://raw.githubusercontent.com/anima-protocol/claims-polygonid/main/schemas/json-ld/poi-v2.json-ld", | |
"type": "AnimaProofOfIdentity", | |
"description": "Verify your identity by performing a 3D facescan and KYC", | |
"did": "did:iden3:privado:main:2SdUfDwHK3koyaH5WzhvPhpcjFfdem2xD625aymTNc", | |
"agent": "http://localhost:3010/agent", | |
"hostWhitelist": [ | |
"verify.synaps.io", | |
"pol.internal-iden3-dev.com" | |
] | |
} | |
] | |
}, | |
{ | |
"title": "Transak Sandbox", | |
"description": "KYC verification by Transak", | |
"logoUrl": "https://s3.eu-west-1.amazonaws.com/iden34-marketplace-logos-prod/e9d2d912-195b-4b9f-901e-2ed8109f8f9b.png", | |
"credentials": [{ | |
"title": "KYC", | |
"context": "ipfs://Qmdhuf9fhqzweDa1TgoajDEj7Te7p28eeeZVfiioAjUC15", | |
"type": "IndividualKYC", | |
"description": "IndividualKYC credential by Transak", | |
"did": "did:polygonid:polygon:amoy:2qSpFy8LhU3SXi2jX6WDdm3yPPjcxQZ3Ye9ixnFB9y", | |
"agent": "https://api-stg.transak.com/api/v2/user/did/agent", | |
"hostWhitelist": [ | |
"*", | |
"api-stg.transak.com" | |
] | |
}] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment