-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mirko Mollik <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
78 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,52 +1,20 @@ | ||
{ | ||
"capability": [ | ||
"issuer", | ||
"holder", | ||
"verifier" | ||
], | ||
"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/", | ||
"urlAppStore": "", | ||
"urlGooglePlayStore": "", | ||
"urlWebApp": "", | ||
"downloadSource": "", | ||
"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" | ||
], | ||
"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 |
---|---|---|
@@ -1,50 +1,20 @@ | ||
{ | ||
"capability": [ | ||
"holder" | ||
], | ||
"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/", | ||
"urlAppStore": "", | ||
"urlGooglePlayStore": "", | ||
"urlWebApp": "", | ||
"downloadSource": "", | ||
"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" | ||
], | ||
"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" | ||
} |