diff --git a/viewer/src/assets/logos/igrant.io-wallet.png b/viewer/src/assets/logos/igrant.io-wallet.png new file mode 100644 index 0000000..225f2d3 Binary files /dev/null and b/viewer/src/assets/logos/igrant.io-wallet.png differ diff --git a/wallets/Data Wallet.json b/wallets/Data Wallet.json deleted file mode 100644 index 21c003d..0000000 --- a/wallets/Data Wallet.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "capability": ["holder"], - "company": "iGrant.io", - "credentialFormats": ["AnonCred"], - "credentialProfiles": ["AnonCreds with did:indy", "EBSI", "ICAO DTC", "x.509"], - "issuanceProtocols": ["OpenID4VCI", "Issue Credential v2"], - "keyManagements": ["did:ebsi", "did:key", "pub key in X.509 cert"], - "logo": "logos/data-wallet.png", - "name": "Data Wallet", - "openSource": false, - "presentationProtocols": ["OpenID4VP"], - "$schema": "../viewer/src/assets/schema.json", - "signingAlgorithms": ["CL", "ECDSA"], - "statusManagements": ["Indy Revocation", "Status List 2021"], - "type": "edge", - "urlAppStore": "https://apple.co/2Mz9nJp", - "urlGooglePlayStore": "https://play.google.com/store/apps/details?id=io.igrant.mobileagent", - "urlWebApp": "https://business.igrant.io/", - "urlWebsite": "https://igrant.io/datawallet.html" -} diff --git a/wallets/iGrant.io Data Wallet.json b/wallets/iGrant.io Data Wallet.json new file mode 100644 index 0000000..7a3d47b --- /dev/null +++ b/wallets/iGrant.io Data Wallet.json @@ -0,0 +1,71 @@ +{ + "name": "iGrant.io Data Wallet", + "logo": "logos/igrant.io-wallet.png", + "company": "iGrant.io (Sweden)", + "companyUrl": "https://igrant.io/", + "type": "edge", + "urlAppStore": "https://apple.co/2Mz9nJp", + "urlGooglePlayStore": "https://play.google.com/store/apps/details?id=io.igrant.mobileagent", + "urlWebApp": "https://business.igrant.io/", + "urlWebsite": "https://igrant.io/datawallet.html", + "openSource": false, + "license": "Commercial", + "capability": [ + "holder" + ], + "portability": true, + "credentialProfiles": [ + "AnonCreds with did:indy", + "EBSI", + "HAIP", + "ICAO DTC", + "SD-JWT VCs (w/ X.509 for Issuers)", + "x.509" + ], + "credentialFormats": [ + "AnonCred", + "ICAO DTC", + "JWP", + "JWT-VC", + "JWT", + "SD-JWT-VC", + "SD-JWT", + "VC (1.1)", + "x509" + ], + "issuanceProtocols": [ + "Issue Credential v1", + "OpenID4VCI" + ], + "keyManagements": [ + ".well-known/jwt-issuer", + "did:ebsi", + "did:indy", + "did:key", + "jwks_uri", + "link secrets", + "pub key in X.509 cert", + "raw public keys (jwk)" + ], + "presentationProtocols": [ + "Present Proof v1", + "OpenID4VP" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], + "statusManagements": [ + "Indy Revocation", + "Status List 2021" + ], + "trustManagements": [ + "EBSI Trust Registries", + "OpenID Connect Federation", + "Hyperledger Indy", + "Verifier knows Issuers", + "X.509 certificates" + ], + "$schema": "../viewer/src/assets/schema.json" +} \ No newline at end of file diff --git a/wallets/iGrant.io Enterprise Wallet.json b/wallets/iGrant.io Enterprise Wallet.json new file mode 100644 index 0000000..92a414f --- /dev/null +++ b/wallets/iGrant.io Enterprise Wallet.json @@ -0,0 +1,70 @@ +{ + "name": "iGrant.io Enterprise Wallet", + "logo": "logos/igrant.io-wallet.png", + "company": "iGrant.io (Sweden)", + "companyUrl": "https://igrant.io/", + "type": "cloud", + "urlWebApp": "https://business.igrant.io/", + "urlWebsite": "https://igrant.io", + "openSource": false, + "license": "Commercial", + "capability": [ + "issuer", + "verifier" + ], + "portability": true, + "credentialProfiles": [ + "AnonCreds with did:indy", + "EBSI", + "HAIP", + "ICAO DTC", + "SD-JWT VCs (w/ X.509 for Issuers)", + "x.509" + ], + "credentialFormats": [ + "AnonCred", + "ICAO DTC", + "JWP", + "JWT-VC", + "JWT", + "SD-JWT-VC", + "SD-JWT", + "VC (1.1)", + "x509" + ], + "issuanceProtocols": [ + "Issue Credential v1", + "OpenID4VCI" + ], + "keyManagements": [ + ".well-known/jwt-issuer", + "did:ebsi", + "did:indy", + "did:key", + "jwks_uri", + "link secrets", + "pub key in X.509 cert", + "raw public keys (jwk)" + ], + "presentationProtocols": [ + "Present Proof v1", + "OpenID4VP" + ], + "signingAlgorithms": [ + "CL", + "ECDSA", + "EdDSA" + ], + "statusManagements": [ + "Indy Revocation", + "Status List 2021" + ], + "trustManagements": [ + "EBSI Trust Registries", + "OpenID Connect Federation", + "Hyperledger Indy", + "Verifier knows Issuers", + "X.509 certificates" + ], + "$schema": "../viewer/src/assets/schema.json" +} \ No newline at end of file