Skip to content

commonprefix/btc-mpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btc-mpc

How to run a peer:

RUST_LOG=trace cargo run --bin peer -- --private-key {HEX_PRIVATE_KEY} --dkg-coordinator {DKG_COORDINATOR_CONTRACT} --cosmos-config-path {COSMOS_CONFIG_PATH}

How to run a peer that initializes the DKG session:

RUST_LOG=trace cargo run --bin peer -- --private-key {HEX_PRIVATE_KEY} --dkg-coordinator {DKG_COORDINATOR_CONTRACT} --cosmos-config-path {COSMOS_CONFIG_PATH} --init-session

About

DKG and threshold signatures on Bitcoin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages