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/verifier-api -f waltid-services/waltid-verifier-api/Dockerfile .

3. Running the docker image

docker run -p 7003:7003 \
  -itv $(pwd)/waltid-services/waltid-verifier-api/config:/waltid-verifier-api/config \
  -t waltid/verifier-api

Start Verifying Credentials

Now that the verifier api is running, you can start verifying credentials.