From 3490274bc08ba3181666cc5586b6afb8f391cb3a Mon Sep 17 00:00:00 2001 From: Parth Bhatt Date: Wed, 10 Apr 2024 15:17:40 -0700 Subject: [PATCH 1/2] added itn.json in the methods directory. --- methods/itn.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 methods/itn.json diff --git a/methods/itn.json b/methods/itn.json new file mode 100644 index 00000000..cb4de4a5 --- /dev/null +++ b/methods/itn.json @@ -0,0 +1,11 @@ +{ + // These fields are required + "name": "itn", + "status": "registered", + "specification": "https://github.com/itn-trust/itn-did-spec", + // These fields are optional + "contactName": "Umed Khudoiberdiev", + "contactEmail": "umed@dlt.mobi", + "contactWebsite": "https://itn.global/", + "verifiableDataRegistry": "Integrated Trust Network" +} \ No newline at end of file From b058cbaa722c4c33b7e50e04d0295f5fe9148af4 Mon Sep 17 00:00:00 2001 From: Parth Bhatt Date: Fri, 19 Apr 2024 13:13:43 -0700 Subject: [PATCH 2/2] Updated the VDR value and removed comments. --- methods/itn.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/methods/itn.json b/methods/itn.json index cb4de4a5..ef04daa2 100644 --- a/methods/itn.json +++ b/methods/itn.json @@ -1,11 +1,9 @@ { - // These fields are required "name": "itn", "status": "registered", "specification": "https://github.com/itn-trust/itn-did-spec", - // These fields are optional "contactName": "Umed Khudoiberdiev", "contactEmail": "umed@dlt.mobi", "contactWebsite": "https://itn.global/", - "verifiableDataRegistry": "Integrated Trust Network" + "verifiableDataRegistry": "Hyperledger Fabric (Private Network) and Arbitrum One" } \ No newline at end of file