Skip to content

Commit

Permalink
Create passivebolt-keyshare.json (#93)
Browse files Browse the repository at this point in the history
* Create passivebolt-keyshare.json

Signed-off-by: kmaiga <[email protected]>

* fix: remove empty fields

Signed-off-by: Mirko Mollik <[email protected]>

---------

Signed-off-by: kmaiga <[email protected]>
Signed-off-by: Mirko Mollik <[email protected]>
Co-authored-by: Mirko Mollik <[email protected]>
Co-authored-by: Mirko Mollik <[email protected]>
  • Loading branch information
3 people committed Sep 26, 2024
1 parent 3866e0f commit cde3aac
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions wallets/passivebolt-keyshare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"capability": ["holder", "verifier"],
"type": "edge",
"name": "KeyShare",
"logo": "https://play-lh.googleusercontent.com/b5nnEmgdE6vKB11NqMoFyHthfqoLdxWQhUmR3cEvmRKFqJGymM0ZC2BznvFP4UwPPTg=w240-h480-rw",
"company": "PassiveBolt",
"companyUrl": "https://passivebolt.com",
"urlWebsite": "https://passivebolt.com",
"urlAppStore": "https://apps.apple.com/us/app/keyshare/id1628825811",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=com.passivebolt.keyshare&hl=en_US&pli=1",
"openSource": false,
"license": "",
"portability": false,
"credentialProfiles": [
"ISO mDL",
"JSON-LD VCs with BBS (Credential is Secret)",
"JSON-LD VCs with BBS (Holder DID)",
"JWT VC Presentation Profile 2",
"JWT VC Presentation Profile",
"SD-JWT VCs (w/ X.509 for Issuers)"
],
"credentialFormats": [
"CWT",
"JWT-VC",
"JWT",
"LDP-VC",
"MDOC",
"SD-JWT-VC",
"SD-JWT",
"VC (1.1)"
],
"issuanceProtocols": ["ISO 23220-3", "OpenID4VCI"],
"keyManagements": [],
"presentationProtocols": [
"OpenID4VP",
"Present Proof v2",
"Present Proof v1.0"
],
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA"],
"statusManagements": ["Status List 2021"],
"trustManagements": ["OpenID Connect Federation", "X.509 certificates"],
"$schema": "../viewer/src/assets/schema.json"
}

0 comments on commit cde3aac

Please sign in to comment.