From 5daaeba3b814cb2e00df83fafb6afd308a8d802b Mon Sep 17 00:00:00 2001 From: Jack Tanner <25777536+theblockstalk@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:17:51 +0200 Subject: [PATCH] Add antelope DID method. --- methods/antelope.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 methods/antelope.json diff --git a/methods/antelope.json b/methods/antelope.json new file mode 100644 index 00000000..6f2ff288 --- /dev/null +++ b/methods/antelope.json @@ -0,0 +1,9 @@ +{ + "name": "antelope", + "status": "registered", + "verifiableDataRegistry": "Antelope", + "contactName": "Tonomy Foundation", + "contactEmail": "", + "contactWebsite": "https://tonomy.foundation", + "specification": "https://github.com/Tonomy-Foundation/antelope-did-spec" +} \ No newline at end of file