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: examples/README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,26 @@ Each example includes its own README.md file with specific instructions on how t
24
24
25
25
## Individual libp2p features
26
26
27
-
-[Chat](./chat) A basic chat application demonstrating libp2p and the mDNS and Gossipsub protocols.
28
-
-[Distributed key-value store](./distributed-key-value-store) A basic key value store demonstrating libp2p and the mDNS and Kademlia protocol.
27
+
-[Chat](./chat) A basic chat application demonstrating libp2p and the [mDNS] and [Gossipsub] protocols.
28
+
-[Distributed key-value store](./distributed-key-value-store) A basic key value store demonstrating libp2p and the [mDNS] and [Kademlia] protocol.
29
29
30
30
-[File sharing application](./file-sharing) Basic file sharing application with peers either providing or locating and getting files by name.
31
31
32
-
While obviously showcasing how to build a basic file sharing application with the Kademlia and
33
-
Request-Response protocol, the actual goal of this example is **to show how to integrate
32
+
While obviously showcasing how to build a basic file sharing application with the [Kademlia] and
33
+
[Request-Response] protocol, the actual goal of this example is **to show how to integrate
34
34
rust-libp2p into a larger application**.
35
35
36
-
-[IPFS Kademlia](./ipfs-kad) Demonstrates how to perform Kademlia queries on the IPFS network.
36
+
-[IPFS Kademlia](./ipfs-kad) Demonstrates how to perform [Kademlia] queries on the [IPFS] network.
37
37
38
-
-[IPFS Private](./ipfs-private) Implementation using the gossipsub, ping and identify protocols to implement the ipfs private swarms feature.
38
+
-[IPFS Private](./ipfs-private) Implementation using the [Gossipsub], ping and identify protocols to implement the IPFS private swarms feature.
39
39
40
40
-[Ping](./ping) Small `ping` clone, sending a ping to a peer, expecting a pong as a response. See [tutorial](../libp2p/src/tutorials/ping.rs) for a step-by-step guide building the example.
41
41
42
-
-[Rendezvous](./rendezvous) Rendezvous Protocol. See [specs](https://github.com/libp2p/specs/blob/master/rendezvous/README.md).
42
+
-[Rendezvous](./rendezvous)[Rendezvous] Protocol. See [specs](https://github.com/libp2p/specs/blob/master/rendezvous/README.md).
0 commit comments