This repository enables the creation and management of Verifiable Credentials and Decentralized Identifiers in OpenSSL. We handle them as if they were the components of an asymmetric keypair. In details, the VC is the public part and the DID Document is the private part.
In our implementation VCs and DIDs are handled by the identity library developed by the IOTA Foundation. DID documents are stored on the IOTA Tangle.
The provider can be extendend to support other distributed ledger
Have a look at the INSTALL file to build and install the provider.