-
Notifications
You must be signed in to change notification settings - Fork 516
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
Comments
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: 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) |
In addition, I also noticed that outside of the TODO plugin there are hardcoded did:sov prefixes: and cases where code expects either "naked" or did:sov prefix and nothing else: |
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.
The text was updated successfully, but these errors were encountered: