From 55cff28d537ce43c908576d01fbfe30ae5afbe68 Mon Sep 17 00:00:00 2001 From: ThomasM2b Date: Thu, 3 Oct 2024 14:53:04 +0200 Subject: [PATCH] Adding DID Method specification did:bsv Adding new UTXO blockchain friendly specification, applied to trustregistry "BSV". --- methods/bsv.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 methods/bsv.json diff --git a/methods/bsv.json b/methods/bsv.json new file mode 100644 index 00000000..ad82528b --- /dev/null +++ b/methods/bsv.json @@ -0,0 +1,9 @@ +{ + "name": "bsv", + "status": "registered", + "verifiableDataRegistry": "BSV", + "contactName": "Thomas Moretti", + "contactEmail": "t.moretti@nchain.com", + "contactWebsite": "https://www.nchain.com/", + "specification": "https://github.com/nchain-research/nChain-Identity-bsvdid-method" +}