Documentation for the Veritable Framework.
Veritable
is an open-source framework for implementing and deploying enterprise SSI (Self-Sovereign Identity) solutions. It is designed to be modular, extensible, and easy to use. SSI solutions allow for the creation of digital identities, which can be used to authenticate and authorize entities, and to exchange credential data with other users and organizations. SSI solutions are based on the W3C Verifiable Credentials and Decentralized Identifiers standards.
This solution has features such as:
- A modular architecture, allowing for the use of different DID storage methods.
- OpenAPI-based RESTful APIs for easy integration with other systems.
This repo includes READMEs that explain concepts within Veritable:
It also provides details of the Veritable messaging protocol and schemas for Veritable messages:
- Veritable messaging protocol
- [Veritable query types]
These repositories contain code being actively maintained as a part of the Veritable project.
Repository | Description |
---|---|
veritable-documentation | Documentation for the Veritable Framework. |
veritable-cloudagent | A cloud agent and cloud wallet API for the Veritable framework. |
veritable-portal | A web portal for the Veritable framework. |
These repositories contain code that is no longer being actively maintained as a part of the Veritable project.
Repository | Description |
---|---|
veritable-acapy-proxy | Proxy API for aca-py Cloud Wallet |
veritable-verifier | Front-end for the Verifier persona in Veritable |
veritable-holder | Front-end for the Holder persona in Veritable |
veritable-issuer | Front-end for the Issuer persona in Veritable |
veritable-authority | Front-end for the Authority persona in Veritable |
veritable-poc | Proof of concept demonstrator for the Veritable SSI solution |