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 waltid/verifier-api \
--webHost=0.0.0.0 \
--webPort=7003 \
--baseUrl=http://localhost:7003
Start Verifying Credentials
Now that the verifier api is running, you can start verifying credentials.