-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into case-studies
- Loading branch information
Showing
5 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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" | ||
} |
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
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" | ||
} |
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
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" | ||
} |