Skip to content

Commit

Permalink
Upd: iGrant.io data wallet and enterprise wallets (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Lal Chandran <[email protected]>
  • Loading branch information
lalc committed Apr 23, 2024
1 parent 2a6626f commit 87b7239
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 20 deletions.
Binary file added viewer/src/assets/logos/igrant.io-wallet.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: 0 additions & 20 deletions wallets/Data Wallet.json

This file was deleted.

71 changes: 71 additions & 0 deletions wallets/iGrant.io Data Wallet.json
Original file line number Diff line number Diff line change
@@ -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"
}
70 changes: 70 additions & 0 deletions wallets/iGrant.io Enterprise Wallet.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 87b7239

Please sign in to comment.