Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop transport layer #3

Open
survived opened this issue Jan 25, 2021 · 2 comments
Open

Develop transport layer #3

survived opened this issue Jan 25, 2021 · 2 comments

Comments

@survived
Copy link
Contributor

The most challenging task in protocol execution is establishing secure p2p & broadcast channels. Transport layer would help users to build a reliable solution.

@nulltea
Copy link

nulltea commented Mar 22, 2022

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.

@nulltea
Copy link

nulltea commented Jul 8, 2022

Are there any existing open-sourced solutions that leverage round-based-protocol with libp2p 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants