Peer-to-peer networking library for building decentralized applications with modular transports, protocols, and discovery.
# Cargo.toml
[dependencies]
libp2p = "0.55.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a libp2p swarm with a ping protocol and listens on a random TCP port.
Add tokio = { version = "1", features = ["full"] } and use #[tokio::main] or similar.No dependency data recorded yet.