Skip to content

Commit

Permalink
Update Anonyome Mobile Wallet
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Wang <[email protected]>
  • Loading branch information
aw-al committed Dec 4, 2024
1 parent 30dab4c commit 1618d74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/wallets/anonyome-wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"openSource": false,
"license": "",
"credentialProfiles": ["AnonCreds with did:indy"],
"credentialFormats": ["AnonCred", "LDP-VC", "VC (1.1)"],
"issuanceProtocols": ["Issue Credential v1", "Issue Credential v2"],
"credentialFormats": ["AnonCred", "LDP-VC", "VC (1.1)", "SD-JWT-VC", "SD-JWT"],
"issuanceProtocols": ["Issue Credential v1", "Issue Credential v2", "OpenID4VCI"],
"keyManagements": ["did:indy", "did:key", "did:peer", "link secrets"],
"presentationProtocols": ["Present Proof v2", "Present Proof v1.0"],
"presentationProtocols": ["Present Proof v2", "Present Proof v1.0", "OpenID4VP"],
"signingAlgorithms": ["BBS+ with public key binding", "CL", "ECDSA", "EdDSA"],
"statusManagements": ["Indy Revocation"],
"trustManagements": [],
Expand Down
10 changes: 7 additions & 3 deletions viewer/src/app/wallets/wallets-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,14 @@ export const walletData: Wallet[] = [
"credentialFormats": [
"AnonCred",
"LDP-VC",
"VC (1.1)"
"VC (1.1)",
"SD-JWT-VC",
"SD-JWT"
],
"issuanceProtocols": [
"Issue Credential v1",
"Issue Credential v2"
"Issue Credential v2",
"OpenID4VCI"
],
"keyManagements": [
"did:indy",
Expand All @@ -116,7 +119,8 @@ export const walletData: Wallet[] = [
],
"presentationProtocols": [
"Present Proof v2",
"Present Proof v1.0"
"Present Proof v1.0",
"OpenID4VP"
],
"signingAlgorithms": [
"BBS+ with public key binding",
Expand Down

0 comments on commit 1618d74

Please sign in to comment.