Skip to content

MetisProtocol/tss-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Party Threshold Signature Scheme

MIT licensed

Permissively MIT Licensed.

Introduction

This is TSS server for Metis decentralized sequencer, uses bnb-chain/tss-lib.

Usage

This program relies on Docker and Docker Compose.

Build

# Ubuntu
./script/build_docker.sh

# MacOSX
./script/buildx_docker.sh

Keygen

# run docker compose first
docker-compose up -d

# get all localParty
./test_get_local_party_id.sh

# replace all_party_id > id in test_key_gen.sh with above result

# run KeyGen
./test_key_gen.sh

Signing

./test_loop_sign_verify.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published