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

Implement did:indy registry #2368

Open
dbluhm opened this issue Jul 31, 2023 · 2 comments
Open

Implement did:indy registry #2368

dbluhm opened this issue Jul 31, 2023 · 2 comments

Comments

@dbluhm
Copy link
Contributor

dbluhm commented Jul 31, 2023

Following example of the Legacy Indy registry, implement a did:indy registry. This registry will share much of the backend code for interacting with ledgers with the Legacy Indy implementation. The only real difference will be support for did:indy identifiers instead of the legacy indy identifiers. See the did:indy method specification for more details on these identifiers.

@dbluhm dbluhm converted this from a draft issue Jul 31, 2023
@dbluhm dbluhm added the AnonCreds Ledger Agnostic AnonCreds label Jul 31, 2023
@swcurran swcurran removed the AnonCreds Ledger Agnostic AnonCreds label Aug 14, 2024
@rngadam
Copy link
Contributor

rngadam commented Aug 22, 2024

I see there is a did_indy plugin loaded when askar-anoncreds wallets are used that registers a regexp for did:indy, but all methods raised not implemented:

https://github.com/hyperledger/aries-cloudagent-python/blob/9f5ae0b2d3e39cd0106a4d66c3fa4deb3658ff63/aries_cloudagent/anoncreds/default/did_indy/registry.py

I see this is part of https://github.com/orgs/hyperledger/projects/26 "Ledger Agnostic AnonCreds in ACA-py" and one of the two remaining tasks (the other one is implementing did:web)

This was referenced Aug 23, 2024
@rngadam
Copy link
Contributor

rngadam commented Sep 9, 2024

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

No branches or pull requests

3 participants