Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand suite of DID Resolvers #1288

Open
gmulhearn opened this issue Sep 18, 2024 · 0 comments
Open

Expand suite of DID Resolvers #1288

gmulhearn opened this issue Sep 18, 2024 · 0 comments

Comments

@gmulhearn
Copy link
Contributor

gmulhearn commented Sep 18, 2024

This is a parent issue to discuss and note DID Resolver support efforts.

Our did_core crate is structured in a way to support new implementations for did method resolvers. Currently (18/9/24) we support resolvers for did:peer, did:sov & did:web, but we are looking to grow, allowing our rust consumers and other parts of the vcx codebase (e.g. aries protocol) to utilize a wider range of methods.

For all implementations, a crate should be created for that method, and DidResolvable should be implemented (see did:peer, did:sov & did:web) for examples.

To be developed

Under Investigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant