diff --git a/implementations/TrustVC.json b/implementations/TrustVC.json new file mode 100644 index 0000000..e5ff751 --- /dev/null +++ b/implementations/TrustVC.json @@ -0,0 +1,26 @@ +{ + "name": "TrustVC", + "implementation": "TrustVC Implementation", + "issuers": [ + { + "id": "did:web:trustvc.github.io:did:1", + "endpoint": "https://w3ctest.dev.trustvc.tech/credentials/imda/issue", + "supports": { + "vc": ["2.0"] + }, + "tags": ["vc2.0", "ecdsa-sd-2023"], + "supportedEcdsaKeyTypes": ["P-256"] + } + ], + "verifiers": [ + { + "id": "did:web:trustvc.github.io:did:1", + "endpoint": "https://w3ctest.dev.trustvc.tech/credentials/imda/verify", + "supports": { + "vc": ["2.0"] + }, + "tags": ["vc2.0", "ecdsa-sd-2023"], + "supportedEcdsaKeyTypes": ["P-256"] + } + ] +}