Skip to content

Commit

Permalink
Update GrottoNetworking.json with BBS endpoints
Browse files Browse the repository at this point in the history
Added "bbs-2023" endpoints to manifest.
  • Loading branch information
Wind4Greg authored and aljones15 committed Feb 23, 2024
1 parent 7ab562c commit 9b61772
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions implementations/GrottoNetworking.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
{
"name": "Grotto Networking",
"implementation": "Grotto ECDSA-SD Library",
"implementation": "Grotto Selective Disclosure Libraries",
"issuers": [{
"id": "did:key:zDnaepBuvsQ8cpsWrVKw8fbpGpvPeNSjVPTWoq6cRqaYzBKVP#zDnaepBuvsQ8cpsWrVKw8fbpGpvPeNSjVPTWoq6cRqaYzBKVP",
"endpoint": "https://ecdsa-sd.grotto-networking.com/credentials/issue",
"tags": ["ecdsa-sd-2023"],
"supportedEcdsaKeyTypes": ["P-256"]
},
{
"id": "did:key:zUC7DerdEmfZ8f4pFajXgGwJoMkV1ofMTmEG5UoNvnWiPiLuGKNeqgRpLH2TV4Xe5mJ2cXV76gRN7LFQwapF1VFu6x2yrr5ci1mXqC1WNUrnHnLgvfZfMH7h6xP6qsf9EKRQrPQ#zUC7DerdEmfZ8f4pFajXgGwJoMkV1ofMTmEG5UoNvnWiPiLuGKNeqgRpLH2TV4Xe5mJ2cXV76gRN7LFQwapF1VFu6x2yrr5ci1mXqC1WNUrnHnLgvfZfMH7h6xP6qsf9EKRQrPQ",
"endpoint": "https://ecdsa-sd.grotto-networking.com/BBS/credentials/issue",
"tags": ["bbs-2023"]
}],
"verifiers": [{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/credentials/verify",
"tags": ["ecdsa-sd-2023"],
"supportedEcdsaKeyTypes": ["P-256"]
}],
},
{
"id": "https://vcverifier.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/BBS/credentials/verify",
"tags": ["bbs-2023"],
}
],
"vcHolders": [{
"id": "https://vcholder.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/credentials/derive",
"tags": ["vcHolder"]
},
{
"id": "https://vcholder.grotto-networking.com/test",
"endpoint": "https://ecdsa-sd.grotto-networking.com/BBS/credentials/derive",
"tags": ["vcHolder", "bbs-2023"]
}]
}

0 comments on commit 9b61772

Please sign in to comment.