ZenGo-X / thresh-sig-js

Javascript threshold signatures SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Multi-party signatures

ppoliani opened this issue · comments

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

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

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?

yes, for example. depends on the signing method

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

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

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

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.