Skip to content

Commit 876d8ef

Browse files
EugeniuRusuBigBlueHat
authored andcommitted
Add Procivis One Core implementation
1 parent 92d0f45 commit 876d8ef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

implementations/ProcivisOneCore.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Procivis One Core",
3+
"implementation": "Procivis One Core",
4+
"issuers": [
5+
{
6+
"id": "did:key:zDnaebiWvYW4sEFcncp6sLRmGPio1tVaXSDBwnYELtyvwpnYE",
7+
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/credentials/issue",
8+
"tags": [ "vc-api" ]
9+
}
10+
],
11+
"verifiers": [
12+
{
13+
"id": "did:key:zDnaebiWvYW4sEFcncp6sLRmGPio1tVaXSDBwnYELtyvwpnYE",
14+
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/credentials/verify",
15+
"tags": [ "vc-api" ]
16+
}
17+
],
18+
"didResolvers": [
19+
{
20+
"id": "resolver",
21+
"endpoint": "https://canivc.core.dev.procivis-one.com/vc-api/identifiers",
22+
"tags": [ "did-key" ]
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)