webb-tools / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
MIT License
5 stars 1 forks source link

Gadget SDK - libp2p Networking Module #153

Open shekohex opened 1 month ago

shekohex commented 1 month ago

Overview

As a blueprint developer, I may need access to a peer to peer networking, and for that we need to expose a pre-made p2p networking with sensible defaults. That just one line function that you call to start a p2p network.

let network = sdk::start_p2p_network().await?;

Checklist