Open-Source
Installation & Running the Project
Make sure you have Docker installed on your machine.
1. Cloning The Identity-Repo
git clone https://github.com/walt-id/waltid-identity.git && cd waltid-identity
2. Building the docker image
docker build -t waltid/issuer-api -f waltid-services/waltid-issuer-api/Dockerfile .
3. Running the docker image
docker run -p 7002:7002 \
-itv $(pwd)/waltid-services/waltid-issuer-api/config:/waltid-issuer-api/config \
-t waltid/issuer-api
Start Issuing Credentials
Now that the issuer api is running, you can start issuing credentials.