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
change x/did proto files that can store aries-framework-go did document.
change related cli and keeper functions using aries-framework-go internal functions.
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
x/did
proto files that can storearies-framework-go
did document.aries-framework-go
internal functions.