ZenGo-X / thresh-sig-js

Javascript threshold signatures SDK
GNU General Public License v3.0
110 stars 26 forks source link

[Feature request] Multi-party signatures #20

Open ppoliani opened 3 years ago

ppoliani commented 3 years ago

My understanding is that currently it supports two-party signatures. Is there a plan to support a multi-party scheme?

omershlo commented 3 years ago

hi @ppoliani yes, we are working on it. meanwhile you can use one the low level libraries that already support multiparty directly

ppoliani commented 3 years ago

Hey @omershlo that was a super fast reply 😆

Thanks for letting me know. Are you referring to this https://github.com/ZenGo-X/multi-party-ecdsa?

omershlo commented 3 years ago

yes, for example. depends on the signing method

ppoliani commented 3 years ago

Fantastic! Thanks for the nice work you're doing guys. I'll have to integrate it into a JS runtime so for the time being I'll have to wait.

Thanks @omershlo

bitspent commented 1 year ago

hello guys, what happened over this matter? any demo using 3 parties?? thanks

bitspent commented 1 year ago

@ppoliani @omershlo @elichai @MatanHamilis thx guys any idea about the question above ?

iamnotstatic commented 1 year ago

Hi @omershlo, Fantastic work you guys are doing.
Any update on the multi-party implementation on javascript ?, I know you guys already have that on RUST.