hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125 stars 83 forks source link

Implement Resolver for did:key `DidResolvable` #1287

Open gmulhearn opened 2 months ago

gmulhearn commented 2 months ago

like following our support for did:sov, did:web and did:peer resolvers, we should extend our did_key crate with an explicit resolver implementation (DidResolvable) for did:key.

This may be relatively low-hanging fruit considering our did:key toolbox is already setup