From 34e6e3b967ccc9e50824c1b9ad73b713313d4bf0 Mon Sep 17 00:00:00 2001 From: MIZUKI Sonoko / Igarashi Date: Thu, 31 Oct 2024 12:56:41 +0900 Subject: [PATCH] Add Kataru.json to implementations (#75) Signed-off-by: Sonoko Mizuki Co-authored-by: Ted Thibodeau Jr --- implementations/Kataru.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 implementations/Kataru.json diff --git a/implementations/Kataru.json b/implementations/Kataru.json new file mode 100644 index 0000000..f1eea5b --- /dev/null +++ b/implementations/Kataru.json @@ -0,0 +1,28 @@ +{ + "name": "Kataru Content VC", + "implementation": "Kataru VC API for content management", + "issuers": [{ + "id": "did:key:z2dmzD81cgPx8Vki7JbuuMmFYrWPgYoytykUZ3eyqht1j9KbpLd5o7JwwW7YsEYzeZ2weQANbWfstbTBYb46E9B5eFzk1zDiJNAtxZ24NDJiSyzHnMZ7zi85to5iUDDtLPz1X1oSKnTpD66nsHHE9UNQsHDemntP98XdesfSubtL3neKpx", + "endpoint": "https://vc.kataru.io/credentials/issue", + "supports": { + "vc": ["2.0"] + }, + "tags": ["vc2.0"] + }], + "verifiers": [{ + "id": "https://vc.kataru.io", + "endpoint": "https://vc.kataru.io/credentials/verify", + "supports": { + "vc": ["2.0"] + }, + "tags": ["vc2.0"] + }], + "vpVerifiers": [{ + "id": "https://vc.kataru.io", + "endpoint": "https://vc.kataru.io/presentations/verify", + "supports": { + "vc": ["2.0"] + }, + "tags": ["vc2.0"] + }] +}