naver/aries-framework-swift

Support DID Exchange Protocol

Opened this issue · 1 comments

Challenges in the implementation:

  • public did requires did resolver
  • peer did requires implementing Static Peer DIDs, supporting numalgo 1,2,3
  • Are there other types of inline dids? ex) did:key

The implementation will be easy if there exists a did resolver that handles both public did and several kinds of inline dids.