decentralized-identity / peer-did-method-spec

A rich DID method that has no blockchain dependencies. The verifiable data registry is a synchronization protocol between peers.
https://decentralized-identity.github.io/peer-did-method-spec/index.html
Apache License 2.0
27 stars 17 forks source link

List of implementations #9

Open dhh1128 opened 4 years ago

dhh1128 commented 4 years ago

Moved from https://github.com/openssi/peer-did-method-spec/issues/122. Tagging @OR13 and @javisantos, who were following that ticket.

OR13 commented 4 years ago

I tried to make a typescript implementation, but ended with something which is neither 1.0 or 2.0... https://github.com/transmute-industries/did-peer.js

Current plan is to sort out alignment with KERI than then revise this implemention to conform to did peer spec 1.0

dhh1128 commented 4 years ago

@OR13 : re your question about SGL, did you find the javascript impl at https://github.com/evernym/simple-grant-lang?

OR13 commented 4 years ago

I have found it, I was just not sure i should use it given the potential spec changes... I plan to help update the spec and then make the implementation use the spec (2.0)... however we decide to handle it in that.