ADORSYS-GIS / wallet-vc-libs

2 stars 0 forks source link

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

Closed forkimenjeckayang closed 3 weeks ago

forkimenjeckayang commented 1 month ago

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