Skip to content

siera5466/uni-resolver-registrar-driver-did-ling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

uni-resolver-registrar-driver-did-ling

Universal Resolver and Registrar Driver for did:ling identifiers by K4-Security.

192973196-cb5b248b-d307-4fce-bae6-f3525681ea85

Universal Resolver and Registrar: did-ling

This is a Universal Resolver / Universal Registrar driver for did:ling identifiers.

Specifications

Example DIDs

  • did:ling:6KTC6qXyejJsvWSW4qkALbb71z6qB7hqF2RCDDGQcAkUwMECKGB

Docker Images

Build and Run (Docker Compose)

  1. 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
    
  2. Set SERVER_HOST in docker-compose.yml

    In the docker-compose.yml file for ling-client, located in the .docker/client folder, ensure that the SERVER_HOST environment variable is set to the ling-server address. For example:

    environment:
      - SERVER_HOST=http://<LING_SERVER_IP>:9000  # replace <LING_SERVER_IP> with the actual ling-server IP address
    
    
  3. Run ling-client and ling-server with Docker Compose

    The docker-compose.yml file for ling-client will be located in the client folder inside the .docker directory, and the docker-compose.yml file for ling-server will be located in the server folder inside the .docker directory. You can run both services using the following command:

    docker-compose up -d

Releases

No releases published

Packages

No packages published