multi-party-sig icon indicating copy to clipboard operation
multi-party-sig copied to clipboard

How to implement this MPC-CMP involving actual nodes

Open muhammad-fahim-asim opened this issue 2 years ago • 1 comments

Is there any example where the generation of keygen configs is distributed across multiple nodes, and each node holds its own key share, eliminating the need for a single script and a single point of failure during the signature process?

muhammad-fahim-asim avatar Jul 13 '23 12:07 muhammad-fahim-asim

I'm not sure, but you can use the raft library fro you purposes. Hashicorp vault uses the raft library for storage and for providing consensus.

valli0x avatar Jul 28 '23 11:07 valli0x