You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/concepts/introduction/users.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A few notable users of libp2p include (3 most notable users listed first with th
18
18
|**[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!|
19
19
|**[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. |
20
20
|**[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. |
21
-
|**[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. |
21
+
|**[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. |
22
22
|**[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. |
23
23
|**[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. |
24
24
|**[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. |
@@ -30,6 +30,7 @@ A few notable users of libp2p include (3 most notable users listed first with th
30
30
|**[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. |
31
31
|**[Iotex Project](https://iotex.io/)**| IoTeX uses libp2p for its robust networking infrastructure and peer-to-peer connectivity. |
32
32
|**[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). |
33
+
|**[Lodestar](https://lodestar.chainsafe.io//)**| Developed by ChainSafe Labs, Lighthouse is consensus client of the Ethereum Beacon Chain and utilizes js-libp2p. |
33
34
|**[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. |
34
35
|**[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. |
35
36
|**[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. |
@@ -41,7 +42,7 @@ A few notable users of libp2p include (3 most notable users listed first with th
41
42
|**[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. |
42
43
|**[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.|
43
44
|**[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. |
44
-
|**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. |
45
+
|**[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. |
45
46
|**[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). |
46
47
|**[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. |
47
48
|**[Spritely](https://spritely.institute/)**| Spritely uses libp2p as a networking layer for its Goblins distributed object programming environment. |
0 commit comments