|
23 | 23 | - [Prerequisites](#prerequisites)
|
24 | 24 | - [Understanding how libp2p works](#understanding-how-libp2p-works)
|
25 | 25 | - [Other examples](#other-examples)
|
26 |
| -- [Documentation](#documentation) |
27 | 26 | - [Contribute](#contribute)
|
28 | 27 | - [License](#license)
|
29 | 28 |
|
30 | 29 | ## About The Project
|
31 | 30 |
|
32 | 31 | - Read the [js-libp2p documentation](https://github.com/libp2p/js-libp2p/tree/main/doc)
|
33 | 32 | - Check out the [js-libp2p API docs](https://libp2p.github.io/js-libp2p/)
|
34 |
| -- Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it |
35 |
| -- Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs |
36 |
| -- Check out https://docs.ipfs.io for tips, how-tos and more |
| 33 | +- Check out the [general libp2p documentation](https://docs.libp2p.io) for tips, how-tos and more |
| 34 | +- Read the [libp2p specs](https://github.com/libp2p/specs) |
37 | 35 | - See https://blog.libp2p.io for news and more
|
| 36 | +- Head over to https://proto.school to take interactive tutorials that cover core libp2p APIs |
38 | 37 | - Need help? Please ask 'How do I?' questions on https://github.com/libp2p/js-libp2p/discussions
|
39 | 38 |
|
40 | 39 | ## Getting Started
|
@@ -67,18 +66,6 @@ These are demo apps or examples that showcase specific modules or services:
|
67 | 66 |
|
68 | 67 | There is also [universal connectivity](https://github.com/libp2p/universal-connectivity/tree/main) demo that shows of how many different libp2p implementations can be connected together.
|
69 | 68 |
|
70 |
| -## Documentation |
71 |
| - |
72 |
| -- [js-libp2p docs](https://github.com/libp2p/js-libp2p/tree/main/doc) |
73 |
| -- [libp2p.io](https://libp2p.io) |
74 |
| -- [docs.libp2p.io](https://docs.libp2p.io) |
75 |
| -- [Specifications](https://github.com/libp2p/specs) |
76 |
| -- [Discussion Forums](https://github.com/libp2p/js-libp2p/discussions) |
77 |
| -- Talks |
78 |
| - - [`libp2p <3 ethereum` at DEVCON2](https://archive.devcon.org/archive/watch/2/libp2p-devp2p-ipfs-and-ethereum-networking/) |
79 |
| -- Articles |
80 |
| - - [The overview of libp2p](https://github.com/libp2p/libp2p#description) |
81 |
| - |
82 | 69 | ## Contribute
|
83 | 70 |
|
84 | 71 | See [CONTRIBUTING.md](https://github.com/libp2p/js-libp2p-examples/blob/main/CONTRIBUTING.md).
|
|
0 commit comments