diff --git a/viewer/package.json b/viewer/package.json index 3bc6b4f..82f59b8 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -7,7 +7,7 @@ "prebuild": "npm run merge", "start": "ng serve", "build": "ng build", - "build:ssr": "ng build --configuration ssr", + "build:ssr": "npm run prebuild && ng build --configuration ssr", "watch": "ng build --watch --configuration development", "test": "ng test", "validate": "node scripts/validate.mjs", diff --git a/viewer/src/app/wallets/wallets-data.ts b/viewer/src/app/wallets/wallets-data.ts index c87864d..7b673a3 100644 --- a/viewer/src/app/wallets/wallets-data.ts +++ b/viewer/src/app/wallets/wallets-data.ts @@ -1878,6 +1878,55 @@ export const walletData: Wallet[] = [ "id": "vidcredentials", "commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/vidcredentials.json" }, + { + "capability": [ + "verifier" + ], + "type": "cloud", + "name": "Vidos Verifier", + "logo": "https://vidos-id.github.io/static-assets/openwallet_foundation/vidos-logo-onwhite.png", + "company": "Vidos", + "companyUrl": "https://vidos.id", + "urlWebsite": "https://vidos.id", + "urlWebApp": "https://vidos.id", + "openSource": false, + "license": "Commercial SaaS", + "portability": false, + "credentialProfiles": [ + "JSON-LD VCs with BBS (Credential is Secret)", + "JSON-LD VCs with BBS (Holder DID)" + ], + "credentialFormats": [ + "JWT-VC", + "JWT", + "LDP-VC", + "VC (1.1)" + ], + "issuanceProtocols": [], + "keyManagements": [ + "did:cheqd", + "did:ebsi", + "did:ion (long form)", + "did:jwk", + "did:key", + "did:peer", + "did:web" + ], + "presentationProtocols": [], + "signingAlgorithms": [ + "BBS+ with public key binding", + "ECDSA", + "EdDSA", + "RSA", + "Schnorr" + ], + "statusManagements": [ + "Status List 2021" + ], + "trustManagements": [], + "id": "vidos-id", + "commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/vidos-id.json" + }, { "capability": [ "holder"