bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

How to build the tss client? #92

Closed flyq closed 4 years ago

flyq commented 4 years ago

I read the doc here,

and there are tss client:

./tss describe

> please set vault of this party:
[input vault name]
> Password to sign with this vault:
[input password]
address of this vault: bnb1
config of this vault:

And how should I do to get the tss?

notatestuser commented 4 years ago

The TSS CLI client is presently closed source.

flyq commented 4 years ago

The TSS CLI client is presently closed source.

So how should I do to get the tss cli's executable program to run the demo? Thx @notatestuser

notatestuser commented 4 years ago

Try this: https://github.com/binance-chain/node-binary/tree/master/cli/prod/0.6.2-TSS-0.1.2

flyq commented 4 years ago

Try this: https://github.com/binance-chain/node-binary/tree/master/cli/prod/0.6.2-TSS-0.1.2

cool