Skip to content

felicityin/mpc-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Client for MPC protocol.

This repo is inspired by tss-lib, cggmp21 and mpc-over-signal.

Run

Server

git clone https://github.com/felicityin/mpc-signal.git
cd mpc-signal
cargo run

Client 1

cargo build

./target/debug/tss-cli keygen --server-url ws://127.0.0.1:8080 --room c05554ae-b4ee-4976-ac05-97aaf3c98a23 -i 0 -t 2 -n 2 output_1

Client 2

./target/debug/tss-cli keygen --server-url ws://127.0.0.1:8080 --room c05554ae-b4ee-4976-ac05-97aaf3c98a23 -i 1 -t 2 -n 2 output_2

About

Client for MPC/TSS protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages