Skip to content

Commit

Permalink
Add verifiers section to MakoLab implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdml authored and BigBlueHat committed Dec 3, 2024
1 parent 71f2639 commit b874f1b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion implementations/MakoLab.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}]
}

0 comments on commit b874f1b

Please sign in to comment.