ADORSYS-GIS / wallet-vc-libs

2 stars 0 forks source link

Implement a lib for contact-exchange with multipe identities #15

Closed Ogenbertrand closed 1 month ago

Ogenbertrand commented 1 month ago

I implemented a library for handling contact exchanges between wallets, focusing on Out-Of-Band (OOB) invitations within the DIDComm messaging framework. The library allows wallets to process OOB invitations and manage contacts across multiple identities.

Key Features

This implementation aligns with the DIDComm specifications and OOB messaging. It is designed to handle a key requirement of enabling communication between wallets via contact exchange.

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

hugoib commented 1 month ago

Please revisit the naming conventions of your files for more standardisation. The rest of the libraries use all the same PascalCase naming.

hugoib commented 1 month ago

Take a look at this notebook to understand better didcomm and further reference:

https://github.com/adorsys/eudiw-app/issues/220#issuecomment-2402368935

Ogenbertrand commented 1 month ago

Take a look at this notebook to understand better didcomm and further reference:

adorsys/eudiw-app#220 (comment)

Okay @hugoib, Thank you.