Skip to content

Commit e30054f

Browse files
authored
Add Credence ID implementation (#87)
* Add Credence ID implementation * Add TAG "BitstringStatusList" * Add TAG "BitstringStatusList" * Add TAG "BitstringStatusList"
1 parent 3a98972 commit e30054f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

implementations/CredenceID.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "CredenceID",
3+
"implementation": "CredenceID",
4+
"verifiers": [
5+
{
6+
"endpoint": "https://verifier.credenceid.com/credentials/verify",
7+
"tags": [
8+
"vc2.0",
9+
"ecdsa-rdfc-2019",
10+
"ecdsa-sd-2023",
11+
"bbs-2023",
12+
"eddsa-rdfc-2022",
13+
"Ed25519Signature2020",
14+
"vc-api",
15+
"BitstringStatusList"
16+
],
17+
"supportedEcdsaKeyTypes": [
18+
"P-256"
19+
],
20+
"supports": {
21+
"vc": [
22+
"1.1",
23+
"2.0"
24+
]
25+
}
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)