From e662003bc4c1e84bbf9405a5338f4f3c5c9dab9f Mon Sep 17 00:00:00 2001 From: TS <157780528+theseriesteam@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:31:42 +0800 Subject: [PATCH] Add did:theseries DID method. Co-authored-by: Hang Hang --- methods/theseries.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 methods/theseries.json diff --git a/methods/theseries.json b/methods/theseries.json new file mode 100644 index 00000000..b5e49f51 --- /dev/null +++ b/methods/theseries.json @@ -0,0 +1,9 @@ +{ + "name": "theseries", + "status": "registered", + "specification": "https://github.com/theseriesteam/tsid-method/blob/main/ts-did-method-specification.md", + "contactName": "Hang Hang", + "contactEmail": "hanghang.dev@gmail.com", + "contactWebsite": "", + "verifiableDataRegistry": "IPFS" +}