mpc-relay-0.7.1 is not a library.
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 mpc-relay
Generate keypair
First generate a keypair for the server:
mpc-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:
mpc-relay start config.toml