Skip to content

Commit

Permalink
feat: add GenDigital implementation
Browse files Browse the repository at this point in the history
fix: use dids
  • Loading branch information
skynet2 committed Dec 4, 2024
1 parent 162380d commit 8e468bb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions implementations/GenDigital.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Gen Digital",
"implementation": "Gen Digital",
"issuers": [
{
"id": "did:web:fd5e2e37-8ee6-424e-92df-28d34fe4e0a5.did-dev3.dev.dts-dsa.com",
"endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/issuer/profiles/78980eb4-3862-4a78-8b65-b158b580aeec/v1.latest/credentials/issue",
"tags": ["vc-api"]
},
{
"id": "did:web:fd5e2e37-8ee6-424e-92df-28d34fe4e0a5.did-dev3.dev.dts-dsa.com",
"endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/issuer/profiles/21dc85e3-a9e9-4304-bc77-88874fa3f37d/v1.latest/credentials/issue",
"tags": ["BitstringStatusList", "Revocation"]
}
],
"verifiers": [
{
"id": "did:web:481ca770-fca8-4425-97be-96f057d6952a.did-dev3.dev.dts-dsa.com",
"endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/verifier/profiles/25c3a9cd-2a45-418e-9200-f7e8a24d1a43/v1.latest/credentials/verify",
"tags": ["vc-api"]
},
{
"id": "did:web:481ca770-fca8-4425-97be-96f057d6952a.did-dev3.dev.dts-dsa.com",
"endpoint": "https://krakend-k8s-dev3.dev.dts-dsa.com/vcs/issuer/profiles/f3c5e456-2528-4821-9516-e062392f6ead/v1.latest/credentials/issue",
"tags": ["BitstringStatusList", "Revocation"]
}
]
}

0 comments on commit 8e468bb

Please sign in to comment.