ggxchain / ggxnode

Apache License 2.0
6 stars 5 forks source link

DKG MPC (GG20) with libp2p #51

Open FieldmanJR1 opened 1 year ago

FieldmanJR1 commented 1 year ago

Description

We need multiparty computation for computing threshold signatures as part of our bridging strategy. The first step to do this is distributed key generation. This needs to be done using the existing network layer of our substrate nodes.

Definition of "Done"

The node can generate a distributed key using GG20 over libp2p (given enough other nodes).

Suggested Solution

Leverage the solution found in webb’s repositories https://github.com/webb-tools/multi-party-ecdsa .

akorchyn commented 1 year ago

66 should resolve this.