medibloc / panacea-core

MediBloc Blockchain Core
https://medibloc.com
Other
60 stars 19 forks source link

Change x/did module to use aries framework #625

Closed audtlr24 closed 1 year ago

audtlr24 commented 1 year ago

Background

The current x/did module implements proto by referring to the w3c spec. However, in the current state, it is difficult to continuously apply updates to the spec, so we change to use aries-framework-go, an open source that is being developed in accordance with the w3c spec.

Implementation