Go to file
Max Inden 08a5e6d277
README.md: Clean-up introduction (#102)
- Remove outdated slides.
- Remove duplicate single-line libp2p introduction.
- Remove ~fulfilled promise on writing docs, posts and tutorials.

Fixes https://github.com/libp2p/libp2p/issues/101
2022-01-28 10:12:45 +01:00
img Feature/new logo (#14) 2017-02-13 11:36:06 -08:00
logo chore: add libp2p text, black and white 2018-07-05 17:43:56 +02:00
ISSUE-LABELLING.md Update ISSUE-LABELLING.md 2020-04-08 12:18:37 +02:00
LICENSE Initial commit 2016-06-18 18:01:47 +01:00
README.md README.md: Clean-up introduction (#102) 2022-01-28 10:12:45 +01:00

README.md

libp2p is a networking stack and library modularized out of The IPFS Project, and bundled separately for other tools to use.

libp2p is the product of a long, and arduous quest of understanding -- a deep dive into the internet's network stack, and plentiful peer-to-peer protocols from the past. Building large scale peer-to-peer systems has been complex and difficult in the last 15 years, and libp2p is a way to fix that. It is a "network stack" -- a protocol suite -- that cleanly separates concerns, and enables sophisticated applications to only use the protocols they absolutely need, without giving up interoperability and upgradeability. libp2p grew out of IPFS, but it is built so that lots of people can use it, for lots of different projects.

Learn more about libp2p at libp2p.io and docs.libp2p.io.

Specification

Implementations

Community Discussion

Please visit our discussion forums at discuss.libp2p.io to get help, ask questions about the past, present, and future of libp2p, and more.