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-issuer-api/Dockerfile .

3. Running the docker image

docker run -p 7002:7002 waltid/issuer-api \
  --webHost=0.0.0.0 \
  --webPort=7002 \
  --baseUrl=http://localhost:7002

Start Issuing Credentials

Now that the issuer api is running, you can start issuing credentials.