From 1e9c7f5d0df117b6dd70f02bdd63244f28fe140a Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 22 Oct 2024 10:30:10 -0700 Subject: [PATCH 1/2] Add Trust DID Web did:tdw DID Method to Registry Signed-off-by: Stephen Curran --- methods/tdw.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 methods/tdw.json diff --git a/methods/tdw.json b/methods/tdw.json new file mode 100644 index 00000000..9d1b38d3 --- /dev/null +++ b/methods/tdw.json @@ -0,0 +1,9 @@ +{ + "name": "tdw", + "status": "registered", + "verifiableDataRegistry": "Web", + "contactName": "Stephen Curran, John Jordan, Andrew Whitehead, Brian Richter, Michel Sahli, Martina Kolpondinos, Dmitri Zagidulin", + "contactEmail": "swcurran@cloudcompass.ca, martina@kosmaconnect.net, brian@aviary.tech", + "contactWebsite": "https://didtdw.org", + "specification": "https://identity.foundation/trustdidweb/" +} \ No newline at end of file From 0a4b03e381e99075ba545a55e9642399aa5b4b75 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Thu, 9 Jan 2025 16:18:15 -0800 Subject: [PATCH 2/2] Rename did:tdw to did:webvh and update the Contact website and Spec URLs Signed-off-by: Stephen Curran --- methods/{tdw.json => webvh.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename methods/{tdw.json => webvh.json} (70%) diff --git a/methods/tdw.json b/methods/webvh.json similarity index 70% rename from methods/tdw.json rename to methods/webvh.json index 9d1b38d3..45feeb55 100644 --- a/methods/tdw.json +++ b/methods/webvh.json @@ -1,9 +1,9 @@ { - "name": "tdw", + "name": "webvh", "status": "registered", "verifiableDataRegistry": "Web", "contactName": "Stephen Curran, John Jordan, Andrew Whitehead, Brian Richter, Michel Sahli, Martina Kolpondinos, Dmitri Zagidulin", "contactEmail": "swcurran@cloudcompass.ca, martina@kosmaconnect.net, brian@aviary.tech", - "contactWebsite": "https://didtdw.org", - "specification": "https://identity.foundation/trustdidweb/" + "contactWebsite": "https://didwebvh.info", + "specification": "https://identity.foundation/didwebvh/" } \ No newline at end of file