Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Anonyome Mobile Wallet #130

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading