Skip to content

Commit 58566db

Browse files
authored
Update DanubeTech and add DIF implementations (#129)
1 parent 7dea488 commit 58566db

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

implementations/DIF.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "DIF",
3+
"implementation": "Universal Resolver",
4+
"didResolvers": [{
5+
"id": "",
6+
"endpoint": "https://dev.uniresolver.io/1.0/identifiers",
7+
"tags": ["did-key", "did-resolution"],
8+
"supportedDids": {
9+
"valid": [
10+
{
11+
"did": "did:key:z2J9gcGbsEDUmANXS8iJTVefK5t4eCx9x5k8jr8EyXWekTiEet6Jt6gwup2aWawzhHyMadvVMFcQ3ruwqg1Y8rYzjto1ccQu",
12+
"resolutionOptions": {}
13+
}
14+
]
15+
}
16+
}]
17+
}

implementations/DanubeTech.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Danube Tech",
3-
"implementation": "uni",
3+
"implementation": "Universal Issuer / Verifier",
44
"issuers": [{
55
"id": "did:key:z6MksvTdeczd92YQ5W2V2gL9kXdRvD2AEiyJPoWieP95HUDo",
66
"endpoint": "https://uniissuer.io/1.0/credentials/issue",
@@ -20,18 +20,5 @@
2020
"id": "",
2121
"endpoint": "https://univerifier.io/1.0/credentials/verify",
2222
"tags": ["vc-api"]
23-
}],
24-
"didResolvers": [{
25-
"id": "",
26-
"endpoint": "https://dev.uniresolver.io/1.0/identifiers",
27-
"tags": ["did-key", "did-resolution"],
28-
"supportedDids": {
29-
"valid": [
30-
{
31-
"did": "did:btc1:k1qypcylxwhf8sykn2dztm6z8lxm43kwkyzf07qmp9jafv3zfntmpwtks9hmnrw",
32-
"resolutionOptions": {}
33-
}
34-
]
35-
}
3623
}]
3724
}

0 commit comments

Comments
 (0)