Skip to content

Commit

Permalink
update paradym (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra authored Apr 25, 2024
1 parent c25d9ad commit 133d809
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 17 deletions.
41 changes: 24 additions & 17 deletions wallets/Paradym Wallet.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
{
"capability": ["holder"],
"company": "Animo Solutions",
"contact": "ana@animo.id",
"credentialFormats": ["JWT-VC"],
"downloadSource": "https://github.com/animo/paradym-wallet",
"issuanceProtocols": ["OpenID4VCI"],
"keyManagements": ["did:jwk", "did:key", "did:web"],
"logo": "logos/paradym-wallet.png",
"name": "Paradym Wallet",
"openSource": true,
"presentationProtocols": ["OpenID4VP"],
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": ["EdDSA"],
"type": "edge",
"urlAppStore": "https://apps.apple.com/nl/app/paradym-wallet/id6449846111?l=en",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=id.paradym.wallet",
"urlWebsite": "https://docs.paradym.id/integrating-with-a-holder-wallet/paradym-wallet"
"capability": ["holder"],
"company": "Animo Solutions",
"contact": "ana@animo.id",
"credentialFormats": ["JWT-VC", "AnonCred", "SD-JWT-VC"],
"downloadSource": "https://github.com/animo/paradym-wallet",
"issuanceProtocols": ["OpenID4VCI", "Issue Credential v2"],
"keyManagements": ["did:jwk", "did:key", "did:web", "did:cheqd", "did:indy"],
"logo": "logos/paradym-wallet.png",
"name": "Paradym Wallet",
"openSource": true,
"presentationProtocols": ["OpenID4VP"],
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": ["EdDSA", "ECDSA"],
"type": "edge",
"license": "Apache-2.0",
"statusManagements": ["Indy Revocation"],
"credentialProfiles": [
"AnonCreds with did:cheqd",
"AnonCreds with did:indy",
"Decentralized Identity Interop Profile"
],
"urlAppStore": "https://apps.apple.com/nl/app/paradym-wallet/id6449846111?l=en",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=id.paradym.wallet",
"urlWebsite": "https://docs.paradym.id/integrating-with-a-holder-wallet/paradym-wallet"
}
17 changes: 17 additions & 0 deletions wallets/Paradym.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"capability": ["issuer", "verifier"],
"company": "Animo Solutions",
"contact": "ana@animo.id",
"credentialFormats": ["AnonCred", "SD-JWT-VC"],
"issuanceProtocols": ["OpenID4VCI", "Issue Credential v2"],
"keyManagements": ["did:jwk", "did:key", "did:web", "did:cheqd"],
"logo": "logos/paradym-wallet.png",
"name": "Paradym",
"openSource": false,
"presentationProtocols": ["OpenID4VP"],
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": ["EdDSA", "ECDSA"],
"credentialProfiles": ["AnonCreds with did:cheqd"],
"type": "cloud",
"urlWebsite": "https://paradym.id"
}

0 comments on commit 133d809

Please sign in to comment.