Skip to content

Commit

Permalink
Add Meeco Wallets (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vereecken <jan.vereecken@meeco.me>
  • Loading branch information
javereec committed May 24, 2024
1 parent 2265764 commit 49c3d89
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Binary file added viewer/src/assets/logos/meeco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions wallets/Meeco Holder Wallet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"capability": ["holder"],
"company": "Meeco Group Pty Ltd",
"companyUrl": "https://meeco.me/",
"credentialFormats": ["JWT-VC", "SD-JWT-VC"],
"credentialProfiles": ["EBSI", "HAIP", "JWT VC Presentation Profile", "SD-JWT VCs (w/ X.509 for Issuers)"],
"issuanceProtocols": ["OpenID4VCI"],
"presentationProtocols": ["OpenID4VP"],
"keyManagements": ["did:key", "did:jwk", "raw public keys (jwk)"],
"license": "Commercial",
"logo": "logos/meeco.png",
"name": "Meeco Holder Wallet",
"openSource": false,
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": ["EdDSA", "ECDSA"],
"statusManagements": ["Status List 2021"],
"trustManagements": ["EBSI Trust Registries", "X.509 certificates"],
"type": "cloud"
}
26 changes: 26 additions & 0 deletions wallets/Meeco Organisation Wallet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"capability": ["issuer", "verifier"],
"company": "Meeco Group Pty Ltd",
"companyUrl": "https://meeco.me/",
"credentialFormats": ["JWT-VC", "SD-JWT-VC"],
"credentialProfiles": ["HAIP", "JWT VC Presentation Profile", "SD-JWT VCs (w/ X.509 for Issuers)"],
"issuanceProtocols": ["OpenID4VCI"],
"keyManagements": [
"did:key",
"did:jwk",
"did:web",
".well-known/jwt-issuer",
"pub key in X.509 cert",
"raw public keys (jwk)"
],
"license": "Commercial",
"logo": "logos/meeco.png",
"name": "Meeco Organisation Wallet",
"openSource": false,
"presentationProtocols": ["OpenID4VP"],
"$schema": "../viewer/src/assets/schema.json",
"signingAlgorithms": ["EdDSA", "ECDSA"],
"statusManagements": ["Status List 2021"],
"trustManagements": ["X.509 certificates"],
"type": "cloud"
}

0 comments on commit 49c3d89

Please sign in to comment.