From 98478e01e6d025d8fa4d583316b4c614f2f58a38 Mon Sep 17 00:00:00 2001 From: David Ammouial Date: Thu, 10 Nov 2022 23:35:29 +0100 Subject: [PATCH] Add did:ev DID method. --- methods/ev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 methods/ev.json diff --git a/methods/ev.json b/methods/ev.json new file mode 100644 index 00000000..9b434f70 --- /dev/null +++ b/methods/ev.json @@ -0,0 +1,9 @@ +{ + "name": "ev", + "status": "registered", + "specification": "https://github.com/KayTrust/did-method-ev", + "contactName": "David Ammouial (NTT DATA)", + "contactEmail": "david.ammouial@nttdata.com", + "contactWebsite": "https://kaytrust.id/", + "verifiableDataRegistry": "Any Ethereum or EVM-compatible ledger" +}