Universal Resolver and Registrar Driver for did:ling identifiers by K4-Security.
This is a Universal Resolver / Universal Registrar driver for did:ling
identifiers.
did:ling:6KTC6qXyejJsvWSW4qkALbb71z6qB7hqF2RCDDGQcAkUwMECKGB
-
Pull the Docker images
docker pull k4security/ling-client:v1.0.1 docker pull k4security/ling-server:v1.0.1 docker pull k4security/ling-dbc:v1.0.1 docker pull k4security/ling-rbc:v1.0.1
-
Set
SERVER_HOST
indocker-compose.yml
In the
docker-compose.yml
file forling-client
, located in the.docker/client
folder, ensure that theSERVER_HOST
environment variable is set to theling-server
address. For example:environment: - SERVER_HOST=http://<LING_SERVER_IP>:9000 # replace <LING_SERVER_IP> with the actual ling-server IP address
-
Run
ling-client
andling-server
with Docker ComposeThe
docker-compose.yml
file forling-client
will be located in theclient
folder inside the.docker
directory, and thedocker-compose.yml
file forling-server
will be located in theserver
folder inside the.docker
directory. You can run both services using the following command:docker-compose up -d