Skip to content

Commit

Permalink
Merge branch 'main' into case-studies
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8 committed Sep 26, 2024
2 parents a4f73cb + cde3aac commit de36d2b
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 2 deletions.
Binary file added viewer/src/assets/logos/anonyome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions wallets/Datakeeper.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"capability": ["holder"],
"company": "Rabobank Nederland",
"company": "Datakeeper Wallet",
"credentialFormats": ["LDP-VC"],
"logo": "logos/datakeeper.png",
"name": "Datakeeper",
Expand All @@ -9,5 +9,5 @@
"signingAlgorithms": ["ECDSA"],
"urlAppStore": "https://apps.apple.com/nl/app/datakeeper/id1546059184",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=nl.rabobank.ida&gl=US",
"urlWebsite": "https://www.datakeeper.nl/enq"
"urlWebsite": "https://www.datakeeper.nl/en"
}
20 changes: 20 additions & 0 deletions wallets/anonyome-enterprise-wallet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"capability": ["issuer", "holder", "verifier"],
"type": "cloud",
"name": "Anonyome Enterprise Wallet",
"logo": "logos/anonyome.png",
"company": "Anonyome Labs",
"companyUrl": "https://www.anonyome.com",
"urlWebsite": "https://sudoplatform.com/verifiable-credentials/",
"openSource": false,
"license": "",
"credentialProfiles": ["AnonCreds with did:indy"],
"credentialFormats": ["AnonCred", "LDP-VC", "VC (1.1)"],
"issuanceProtocols": ["Issue Credential v1", "Issue Credential v2"],
"keyManagements": ["did:indy", "did:key", "did:peer", "link secrets"],
"presentationProtocols": ["Present Proof v2", "Present Proof v1.0"],
"signingAlgorithms": ["BBS+ with public key binding", "CL", "ECDSA", "EdDSA"],
"statusManagements": ["Indy Revocation"],
"trustManagements": [],
"$schema": "../viewer/src/assets/schema.json"
}
20 changes: 20 additions & 0 deletions wallets/anonyome-wallet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"capability": ["holder"],
"type": "edge",
"name": "Anonyome Mobile Wallet",
"logo": "logos/anonyome.png",
"company": "Anonyome Labs",
"companyUrl": "https://www.anonyome.com",
"urlWebsite": "https://sudoplatform.com/identity-wallet/",
"openSource": false,
"license": "",
"credentialProfiles": ["AnonCreds with did:indy"],
"credentialFormats": ["AnonCred", "LDP-VC", "VC (1.1)"],
"issuanceProtocols": ["Issue Credential v1", "Issue Credential v2"],
"keyManagements": ["did:indy", "did:key", "did:peer", "link secrets"],
"presentationProtocols": ["Present Proof v2", "Present Proof v1.0"],
"signingAlgorithms": ["BBS+ with public key binding", "CL", "ECDSA", "EdDSA"],
"statusManagements": ["Indy Revocation"],
"trustManagements": [],
"$schema": "../viewer/src/assets/schema.json"
}
43 changes: 43 additions & 0 deletions wallets/passivebolt-keyshare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"capability": ["holder", "verifier"],
"type": "edge",
"name": "KeyShare",
"logo": "https://play-lh.googleusercontent.com/b5nnEmgdE6vKB11NqMoFyHthfqoLdxWQhUmR3cEvmRKFqJGymM0ZC2BznvFP4UwPPTg=w240-h480-rw",
"company": "PassiveBolt",
"companyUrl": "https://passivebolt.com",
"urlWebsite": "https://passivebolt.com",
"urlAppStore": "https://apps.apple.com/us/app/keyshare/id1628825811",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=com.passivebolt.keyshare&hl=en_US&pli=1",
"openSource": false,
"license": "",
"portability": false,
"credentialProfiles": [
"ISO mDL",
"JSON-LD VCs with BBS (Credential is Secret)",
"JSON-LD VCs with BBS (Holder DID)",
"JWT VC Presentation Profile 2",
"JWT VC Presentation Profile",
"SD-JWT VCs (w/ X.509 for Issuers)"
],
"credentialFormats": [
"CWT",
"JWT-VC",
"JWT",
"LDP-VC",
"MDOC",
"SD-JWT-VC",
"SD-JWT",
"VC (1.1)"
],
"issuanceProtocols": ["ISO 23220-3", "OpenID4VCI"],
"keyManagements": [],
"presentationProtocols": [
"OpenID4VP",
"Present Proof v2",
"Present Proof v1.0"
],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA"],
"statusManagements": ["Status List 2021"],
"trustManagements": ["OpenID Connect Federation", "X.509 certificates"],
"$schema": "../viewer/src/assets/schema.json"
}

0 comments on commit de36d2b

Please sign in to comment.