Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shahi committed Jan 28, 2025
1 parent 6130e38 commit 39ad871
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/concepts/introduction/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A few notable users of libp2p include (3 most notable users listed first with th
| **[Ethereum](https://ethereum.org/en/)** | The [integration of libp2p into the Ethereum Beacon Chain](https://blog.libp2p.io/libp2p-and-ethereum/) has been instrumental in achieving scalability and decentralization in the network's upgrade to proof-of-stake. Ethereum relies on go-libp2p, rust-libp2p, js-libp2p, dotnet-libp2p, jvm-libp2p, nim-libp2p and more!|
| **[Algorand](https://algorand.co/)** | Algorand is [integrating libp2p to transition away](https://algorand.co/technology/roadmap) from relying on centralized relay nodes, moving towards a more decentralized network. |
| **[Avail](https://www.availproject.org/)** | By utilizing libp2p, Avail has created a robust, scalable, and efficient light client network that enhances its data availability guarantees and improves client performance. |
| **[Base Network (Coinbase)](https://www.base.org/)** | Base is built on the [OP Stack](https://docs.optimism.io/stack/getting-started) and as a result, leverages libp2p. Base has created a robust peer-to-peer infrastructure that can handle efficient communication between nodes, crucial for decentralized applications. |
| **[Base Network](https://www.base.org/)** | Developed by Coinbase, Base is built on the [OP Stack](https://docs.optimism.io/stack/getting-started) and as a result, leverages libp2p. Base has created a robust peer-to-peer infrastructure that can handle efficient communication between nodes, crucial for decentralized applications. |
| **[Berty](https://berty.tech/)** | Berty is a secure, privacy-focused messaging app leveraging a custom version of OrbitDB on top of libp2p to organize and store messages in a decentralized manner. |
| **[Celestia](https://celestia.org/)** | Celestia uses libp2p for its data availability sampling (DAS) network, which enables light nodes to perform DAS by querying random data shares and verifying their availability. |
| **[Ceramic Network](https://ceramic.network/)** | Ceramic's use of libp2p has contributed to its ability to handle high-volume application data with web-scale volume and latency; libp2p has also enabled Ceramic to build a decentralized data persistence layer. |
Expand All @@ -30,6 +30,7 @@ A few notable users of libp2p include (3 most notable users listed first with th
| **[Huddle01](https://huddle01.com/)** | Huddle01 aims to reduce costs by 95% compared to traditional centralized communication platforms like Zoom, Skype, and Google Meet, partly due to its efficient use of libp2p. |
| **[Iotex Project](https://iotex.io/)** | IoTeX uses libp2p for its robust networking infrastructure and peer-to-peer connectivity. |
| **[Lighthouse](https://lighthouse.sigmaprime.io/)** | Developed by Sigma Prime, Lighthouse is consensus client of the Ethereum Beacon Chain and utilizes rust-libp2p. Lighthouse often powers [>= 1/3 of the Beacon Chain](https://monitoreth.io/nodes). |
| **[Lodestar](https://lodestar.chainsafe.io//)** | Developed by ChainSafe Labs, Lighthouse is consensus client of the Ethereum Beacon Chain and utilizes js-libp2p. |
| **[Magi](https://github.com/a16z/magi)** | Magi is an [OP Stack](https://docs.optimism.io/stack/getting-started) rollup client developed by Andreessen Horowitz (a16z) that implements libp2p as part of its networking stack. |
| **[Mantle](https://www.mantle.xyz/)** | Mantle's use of libp2p contributes to its efficient peer-to-peer communication and block propagation, which are crucial for its L2 solution. |
| **[Mina Protocol](https://minaprotocol.com/)** | By leveraging libp2p, Mina has achieved a lightweight blockchain of only 22KB, enabling efficient scalability and decentralized communication. This has helped Mina to maintain decentralization without compromising performance. |
Expand All @@ -41,7 +42,7 @@ A few notable users of libp2p include (3 most notable users listed first with th
| **[Oasis Protocol](https://oasisprotocol.org/)** | Oasis utilizes libp2p for peer-to-peer communication in its consensus layer, which is responsible for maintaining the network's state and validating transactions. |
| **[Optimism](https://optimism.io/)** | Optimism mainnet uses libp2p as a core component of its networking infrastructure, particularly in its op-node implementation. Furthermore, the Optimism Collective have developed the standardized, shared, and open-source development stack called [OP Stack](https://docs.optimism.io/stack/getting-started) which enables the creation of new L2 blockchains that rely on libp2p.|
| **[Peergos](https://peergos.org/)** | Peergos uses libp2p to build a peer-to-peer encrypted global filesystem with fine-grained access control, enhancing user privacy and data security. |
| **Polkadot** | Polkadot leverages libp2p as part of its Substrate-based architecture. Libp2p enables Polkadot's scalability by facilitating seamless communication across its heterogeneous blockchain network. |
| **[Polkadot](https://polkadot.com/)** | Polkadot leverages libp2p as part of its Substrate-based architecture. Libp2p enables Polkadot's scalability by facilitating seamless communication across its heterogeneous blockchain network. |
| **[Prysm](https://prysmaticlabs.com/)** | Developed by Prysmatic Labs, Prysm is powered by libp2p powers the Ethereum consensus network alongside other clients, contributing to client diversity in the Ethereum ecosystem. Prysm of often powers [~1/3 of the Beacon Chain](https://monitoreth.io/nodes). |
| **[Spacedrive](https://www.spacedrive.com/)** | Spacedrive implements a lazy connection system using libp2p, which establishes connections only when needed and closes them after a period of inactivity, enhancing resource efficiency. |
| **[Spritely](https://spritely.institute/)** | Spritely uses libp2p as a networking layer for its Goblins distributed object programming environment. |
Expand Down

0 comments on commit 39ad871

Please sign in to comment.