libp2p Resources
Websites, Repos, Community & More
Last updated
Websites, Repos, Community & More
Last updated
libp2p
libp2p
libp2p
libp2p
libp2p
libp2p
If you want to dive in, check out our , which will help guide you through your explorations of libp2p.
You can also follow this to build a small ping clone, sending a ping to a peer, expecting a pong as a response.
If you want to get a feel for what's possible with libp2p, or just want to see some idiomatic usage, check out the . Each libp2p implementation maintains a set of working example projects that can illustrate key concepts and use cases.
While libp2p has several implementations, it is fundamentally a set of protocols for peer identity, discover, routing, transport and more.
See the other links in the community section for more information about meetings, events, apps people are building, and more.
Information about contributing to libp2p and about other software projects in the community are also hosted here.
libp2p began as part of the IPFS project, and is still an essential component. As such, libp2p composes well with the abstractions and tools provided by other projects in the IPFS "family". Check their individual sites for specific information and references:
See the for details.
At the core of libp2p is a set of , which together form the definition for what libp2p is in the abstract and what makes a "correct" libp2p implementation. Today, implementations of libp2p exist in several languages, with varying degrees of completeness. The most complete implementations are in , , and .
In addition to the implementations above, the libp2p community is actively working on implementations in and . Please check the project pages for each implementation to see its status and current state of completeness.
Get in touch with other members of the libp2p community who are building tools and applications with libp2p! You can ask questions, discuss new ideas, or get support for problems at , but you can also for a quick chat.
libp2p is an open-source community project. While Protocol Labs is able to sponsor some of the work around it, much of the design, code, and effort is contributed by volunteers and community members like you. If you’re interested in helping improve libp2p, check the to get started.
If you are diving in to contribute new code, make sure you check both the and the style guide for your language (, ).
is the InterPlanetary File System, which uses libp2p as its networking layer.
is a variety of self-describing data formats.
is a set of tools for describing links between content-addressed data, like IPFS files, Git commits, or Ethereum blocks.
is a licensing strategy for software development that embraces open-source values.