-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martin Westerkamp <[email protected]>
- Loading branch information
1 parent
f550912
commit 3cc75c3
Showing
6 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"$schema": "../../schemas/issuance-protocol.json", | ||
"Name": "Issue Credential v3", | ||
"Specification": "https://github.com/decentralized-identity/waci-didcomm/blob/main/issue_credential/README.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"$schema": "../../schemas/presentation-protocol.json", | ||
"Name": "Presentation Exchange v1", | ||
"Specification": "https://identity.foundation/presentation-exchange/spec/v1.0.0/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"capability": ["issuer", "holder", "verifier"], | ||
"company": "Spherity GmbH", | ||
"credentialFormats": ["AnonCred", "LDP-VC"], | ||
"issuanceProtocols": ["OpenID4VCI", "Issue Credential v2"], | ||
"credentialFormats": ["LDP-VC"], | ||
"issuanceProtocols": ["Issue Credential v3"], | ||
"logo": "logos/spherity-wallet.png", | ||
"name": "Spherity Wallet", | ||
"openSource": false, | ||
"presentationProtocols": ["OpenID4VP"], | ||
"presentationProtocols": ["Presentation Exchange v1"], | ||
"$schema": "../../schemas/wallet.json", | ||
"signingAlgorithms": ["CL", "BBS+ with public key binding", "EdDSA"], | ||
"signingAlgorithms": ["BBS+ with public key binding", "ECDSA", "EdDSA", "RSA"], | ||
"statusManagements": ["Status List 2021"], | ||
"type": "edge", | ||
"type": "cloud", | ||
"urlWebsite": "https://www.spherity.com/enterprise-identity-wallet" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.