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

Implementing a library which interacts with the storage library for generating and managing multiple DID Identities for the wallet #17

Merged
merged 17 commits into from
Oct 23, 2024

Conversation

forkimenjeckayang
Copy link
Collaborator

@forkimenjeckayang forkimenjeckayang commented Oct 2, 2024

This library enables the generation of multiple DIDs, where each call to the function generates a new DID. The private key of each DID identity is encrypted before being stored, allowing for secure management. The library provides functionalities to store, delete, and retrieve DIDs efficiently using the storage library.

Closes https://github.com/adorsys/eudiw-app/issues/218

@forkimenjeckayang forkimenjeckayang changed the title Initital commit for library files Implementing a library which interacts with the storage library for generating and managing multiple DID Identities for the wallet Oct 3, 2024
Copy link
Collaborator

@IngridPuppet IngridPuppet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you refactor your logic to make it extensible to more DID methods? did:key is a good start, but we'll need did:peer in the near future. It'll be great to add support for it in a seamless manner.

packages/cloning-decorator/package-lock.json Outdated Show resolved Hide resolved
packages/event-bus/package-lock.json Outdated Show resolved Hide resolved
packages/multiple-did-identities/README.md Outdated Show resolved Hide resolved
packages/multiple-did-identities/README.md Outdated Show resolved Hide resolved
packages/multiple-did-identities/README.md Outdated Show resolved Hide resolved
packages/multiple-did-identities/tsconfig.spec.json Outdated Show resolved Hide resolved
@forkimenjeckayang forkimenjeckayang merged commit b277eb2 into main Oct 23, 2024
2 checks passed
@forkimenjeckayang forkimenjeckayang deleted the lib/multiple-did-identities branch October 23, 2024 13:43
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

Successfully merging this pull request may close these issues.

2 participants