Mesh icon indicating copy to clipboard operation
Mesh copied to clipboard

Has anyone considered porting Mesh to use DIDs (Decentralized Identifiers) and DIDCOMM (as a message transport)?

Open mwherman2000 opened this issue 2 years ago • 2 comments

Has anyone considered porting Mesh to use DIDs (Decentralized Identifiers) and DIDCOMM (as a message transport)?

I'm going to take a serious look at this and was wondering if anyone has already taken a kick at this can?

References:

  • W3C DID Core: https://www.w3.org/TR/did-core/
  • DIF DIDCOMM: https://didcomm.org/

Michael

mwherman2000 avatar Nov 21 '22 07:11 mwherman2000

Thanks for the post. Mesh uses a proprietary p2p protocol that uses TCP transport and Kademlia based DHT to find peers. There is no other kind of implementation available for the project.

There is a plan to update this project to work cross platform with .NET in future.

ShreyasZare avatar Nov 21 '22 09:11 ShreyasZare

My idea is to replace the identity functionality with DIDs and the messaging protocol with DIDCOMM ...I'm borrowing the UX and overall project structure.

p.s. @ShreyasZare I'm the same fellow who cloned your DNSServer repository to create a DID Document Registry server that exposes itself using the standard DNS protocol.

mwherman2000 avatar Nov 21 '22 13:11 mwherman2000