From b874f1bc3be8260dfb7ce9851962c4d51a85b443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Kuzi=C5=84ski?= Date: Mon, 2 Dec 2024 19:17:51 +0100 Subject: [PATCH] Add verifiers section to MakoLab implementation --- implementations/MakoLab.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/implementations/MakoLab.json b/implementations/MakoLab.json index 626f8a4..a9e9150 100644 --- a/implementations/MakoLab.json +++ b/implementations/MakoLab.json @@ -20,5 +20,14 @@ }, "tags": ["ecdsa-sd-2023", "vc2.0"] } - ] + ], + "verifiers": [{ + "id": "did:key:zDnaeipTBN8tgRmkjZWaQSBFj4Ub3ywWP6vAsgGET922nkvZz", + "endpoint": "https://db.makolab.pro/verifiers/credentials/verify", + "supportedEcdsaKeyTypes": ["P-256"], + "supports": { + "vc": ["1.1", "2.0"] + }, + "tags": ["ecdsa-rdfc-2019", "ecdsa-sd-2023", "vc2.0"] + }] }