Skip to content

Commit

Permalink
add EECC
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <[email protected]>
  • Loading branch information
F-Node-Karlsruhe committed Apr 23, 2024
1 parent cd22b7a commit a8d945f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions wallets/EECC DID Controller.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "DID Controller",
"logo": "https://ipfs.ssi.eecc.de/ipfs/QmbpNRxRxfLB1AooHUR1vQLMMGo3gVHakz98kxvJuM6p41?filename=did_controller_logo.png",
"company": "European EPC Competence Center GmbH",
"companyUrl": "https://id.eecc.de/products/did_controller.html",
"type": "cloud",
"openSource": false,
"license": "",
"capability": ["issuer", "holder"],
"portability": false,
"linkToApp": "https://id.eecc.de/products/did_controller.html",
"credentialProfiles": [],
"credentialFormats": ["LDP-VC"],
"issuanceProtocols": ["OpenID4VCI"],
"keyManagements": ["did:key", "did:web"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["ECDSA", "EdDSA"],
"statusManagements": ["Status List 2021"],
"trustManagements": ["Verifier knows Issuers"],
"$schema": "../viewer/src/assets/schema.json"
}
21 changes: 21 additions & 0 deletions wallets/EECC Verifier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "VC Verifier",
"logo": "https://raw.githubusercontent.com/european-epc-competence-center/vc-verifier/main/assets/logo.png",
"company": "European EPC Competence Center GmbH",
"companyUrl": "https://id.eecc.de/products/vc_verifier.html",
"type": "cloud",
"openSource": true,
"license": "AGPL-3.0",
"capability": ["verifier"],
"portability": true,
"linkToApp": "https://ssi.eecc.de/verifier/",
"credentialProfiles": [],
"credentialFormats": ["LDP-VC", "SD-JWT-VC", "SD-JWT"],
"issuanceProtocols": [],
"keyManagements": ["did:jwk", "did:key", "did:web"],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["ECDSA", "EdDSA"],
"statusManagements": ["Status List 2021"],
"trustManagements": [],
"$schema": "../viewer/src/assets/schema.json"
}

0 comments on commit a8d945f

Please sign in to comment.