decentralized-identity / uni-resolver-driver-did-key

A Universal Resolver driver for did:key identifiers.
5 stars 2 forks source link

Expose a did generation endpoint #12

Open patatoid opened 4 months ago

patatoid commented 4 months ago

Hi,

I am looking forward to generate ebsi compliant did keys for the compliance test suite. I am not sure about the interface to expose. Is there any requirements about this?

peacekeeper commented 3 months ago

Hello, this repo here contains a resolver driver for did:key. There is also a registrar driver for did:key that can create DIDs: https://github.com/decentralized-identity/uni-registrar-driver-did-key

But I'm not sure right now if it supports EBSI-style did:key to be honest.

patatoid commented 3 months ago

Hi,

Thank you for your reply. I was not aware about the registrar repository, thanks for pointing it out.

I think it is possible to integrate the cef-ebsi package into the registrar to craft ebsi dids. I will submit a pull request if you please.

Is there any way to expose the registrar?