Skip to content

Commit

Permalink
Add Anonyome Wallets (#92)
Browse files Browse the repository at this point in the history
* Add Anonyome wallets

Signed-off-by: Alan Wang <[email protected]>

* fix: remove empty fields

Signed-off-by: Mirko Mollik <[email protected]>

---------

Signed-off-by: Alan Wang <[email protected]>
Signed-off-by: Mirko Mollik <[email protected]>
Co-authored-by: Mirko Mollik <[email protected]>
  • Loading branch information
aw-al and cre8 committed Sep 26, 2024
1 parent c7d6b39 commit 5710192
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 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.
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"
}

0 comments on commit 5710192

Please sign in to comment.