Skip to content

Commit

Permalink
Add Grotto to implementations for sd tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Feb 7, 2024
1 parent 364da32 commit c095a72
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions implementations/Grotto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Grotto Networking",
"implementation": "Grotto ECDSA-SD Library",
"issuers": [{
"id": "did:key:zDnaeTHfhmSaQKBc7CmdL3K7oYg3D6SC7yowe2eBeVd2DH32r",
"endpoint": "https://ecdsa-sd.grotto-networking.com/credentials/issue",
"tags": ["ecdsa-sd-2023"],
"supportedEcdsaKeyTypes": ["P-256"]
}],
"verifiers": [{
"id": "did:key:zDnaeTHfhmSaQKBc7CmdL3K7oYg3D6SC7yowe2eBeVd2DH32r",
"endpoint": "https://ecdsa-sd.grotto-networking.com/credentials/verify",
"tags": ["ecdsa-sd-2023"],
"supportedEcdsaKeyTypes": ["P-256"]
}],
"vcHolders": [{
"id": "did:key:zDnaeTHfhmSaQKBc7CmdL3K7oYg3D6SC7yowe2eBeVd2DH32r",
"endpoint": "https://ecdsa-sd.grotto-networking.com/credentials/derive",
"tags": ["vcHolder"]
}]
}

0 comments on commit c095a72

Please sign in to comment.