Skip to content

Rust implementation of a VSS Server

Notifications You must be signed in to change notification settings

dienummer/vss-rs

 
 

Repository files navigation

vss-rs

A rust implementation of a VSS server. Based on LDK's vss-server reference implementation.

Usage

You need a postgres database and an authentication key. These can be set in the environment variables DATABASE_URL and AUTH_KEY respectively. This can be set in a .env file in the root of the project. If you do not have an authentication key, you can set SELF_HOST=true in the .env file and the server will skip authentication.

To run the server, run cargo run --release in the root of the project.

About

Rust implementation of a VSS Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.0%
  • PLpgSQL 10.6%
  • Dockerfile 3.3%
  • Just 0.1%