Support DID Exchange Protocol
Opened this issue · 1 comments
conanoc commented
https://github.com/hyperledger/aries-rfcs/blob/main/features/0023-did-exchange/README.md
This is the replacement for the Connection Protocol.
conanoc commented
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.