This project showcases the verification middleware to verifiy
-
Build the Docker image
Build the Docker image for the issuer-agent using the following command:
docker build . -t dhiway/verification-middleware:latest -f Dockerfile.mac
2. **Run the Docker container**
After building the image, use Docker Compose to bring up the necessary services in detached mode:
```bash
docker compose up -d
The service will now be running locally, and you can access the API documentation through the Swagger interface. Alternatively, you can also test the APIs by importing the Postman collection.