This guide provides step-by-step instructions for setting up the Credential Constructor and Datastore services. You will learn how to make the API accessible from your host for seamless interaction, explore the API using the Swagger UI, and enable tracing with Jaeger. This setup is part of the VC Project, a suite of services designed to manage verifiable credentials.
Prerequisites
Before starting, ensure that you have the following tools installed:
- Docker: Ensure Docker is installed and running on your system.
- Docker Compose: If you're using Docker Compose separately, install it. It may already be integrated into Docker.
- Git: Required to clone the repository.
What is VC?
VC stands for Verifiable Credential, a set of services that provide functionalities for handling verifiable credentials, including:
...
Code Block | ||
---|---|---|
| ||
./start.sh |
...
5. Access the Swagger UI for API Exploration
...
After exploring the Swagger UI, you can interact with the API directly using clients such as curl or Postman. For more information regarding the API, please see this page: Authentic Source using Datastore and Issuer to issue credentials
- Modify the service configurations as needed for your environment or development purposes.
...
- .