gatleas17 / keyserver

Microservice to manage identity keys and invite keys for Chat SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keyserver-rust

API Guide

For API see WalletConnect Docs

Running Locally

Setup:

  • Install rust;
  • Install docker;
  • Install just;
  • Copy the env file:
    $ cp .env.example .env
  • Fill .env file with necessary values

Running the keyserver:

$ source .env # make sure the env variables are set
$ just run

Running the docker-compose set up (MongoDB + MongoExpress + Jaeger + Keyserver):

$ source .env # make sure the env variables are set
$ just build-docker
$ just run-docker

Running tests:

$ just test

About

Microservice to manage identity keys and invite keys for Chat SDK

License:MIT License


Languages

Language:Rust 66.7%Language:HCL 24.4%Language:Just 5.4%Language:Dockerfile 3.5%