Skip to content

lionstory/tsslib-grpc

Repository files navigation

Configuration

router:     # TSS server ports 
  - ':8000'
  - ':8001'
  - ':8002'
savepath: "keygen_data.json" # share save path(all parties use the same path. Not used yet.)

partyNum: 3  #party number
threshold: 1 # threshold

Start service

go mod tidy
go run cmd/main.go -p 8000 -c conf/config.yaml
go run cmd/main.go -p 8001 -c conf/config.yaml
go run cmd/main.go -p 8002 -c conf/config.yaml

Test

Trigger keygen

go run client/keygen.go

Trigger signing

go run client/signing.go

About

TSSLib gRPC implementation. Also SSS, SM2 included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages