polysig-relay 0.7.2

Relay server for the polysig library
polysig-relay-0.7.2 is not a library.

Moved to polysig-server.

Command line tool for the websocket relay service that uses the noise protocol for end-to-end encryption intended for multi-party computation and threshold signature applications.

Installation

cargo install polysig-relay

Generate keypair

First generate a keypair for the server:

polysig-relay generate-keypair server.pem

Configuration

Then create a configuration file for the server (config.toml):

key = "server.pem"

Server

Start the relay websocket service:

polysig-relay start config.toml