adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
2 stars 0 forks source link

Improve the documentation #85

Open Tekum-Emmanuella opened 2 weeks ago

Tekum-Emmanuella commented 2 weeks ago

Description:

The current documentation provides a good overview of the conceptual framework but lacks instructions on how to run individual modules independently. This makes it difficult to onboard users into the system.

Suggestions for Improvement:

francis-pouatcha commented 2 weeks ago

Please do not forget to mention that these had to be installed to build the crates and run the entire test:

On ubuntu

sudo apt install pkg-config sudo apt install libssl-dev

If possible, please find out which of the crates need it and document it there also.