round-based-protocol
round-based-protocol copied to clipboard
Develop transport layer
The most challenging task in protocol execution is establishing secure p2p & broadcast channels. Transport layer would help users to build a reliable solution.
Having a reference implementation for this would've been useful indeed!
Are there any existing open-sourced solutions that leverage round-based-protocol
with libp2p
transport? Would appreciate any links and tips.
Are there any existing open-sourced solutions that leverage
round-based-protocol
withlibp2p
transport?
I've written a prototype with rust-libp2p networking capable of running DKG and threshold signing based on ZenGo-X/multi-party-ecdsa. It is definitely not for production use, but maybe would be useful for someone looking the same: https://github.com/timoth-y/tss-libp2p