aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Create a DID Registration Mechanism in ACA-Py

Open swcurran opened this issue 1 year ago • 1 comments

Just like we want to have a generic DID Resolution capability in ACA-Py such that we can resolve any DID (or at least the ones we are willing to resolve), we want to have a pluggable DID Registration (create, update, delete) capability, with plugin support for several DID Methods.

We will likely use the DIF DID Registration Spec as the basis for the implementation.

We would like plugins for the following. These will likely be added as separate issues once we have the initial implementation and plugins in place:

  • did:sov
  • did:peer
  • did:key
  • did:indy

Others that may be of interest by different members of the community to implement:

  • did:ebsi
  • did:cheqd

Further, the Universal DID Registrar at https://godiddy.com/ could be used to cover all methods.

swcurran avatar Jul 26 '22 17:07 swcurran

@victormartinez-work is working on this issue with the SICPA team.

swcurran avatar Jul 26 '22 17:07 swcurran