Skip to content

Commit 82c3c9e

Browse files
docs: link to ProtoSchool tutorials and learning resources (#3408)
* docs: link to ProtoSchool tutorials and learning resources Add links to ProtoSchool interactive tutorial, libp2p concepts overview, connectivity matrix, and universal connectivity demo in both GETTING_STARTED.md and README.md. Addresses #1893. --------- Co-authored-by: tabcat <tabcat00@proton.me>
1 parent d6f6f58 commit 82c3c9e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ We are in the process of writing better documentation, blog posts, tutorials and
3636
- [docs.libp2p.io](https://docs.libp2p.io)
3737
- [Specification (WIP)](https://github.com/libp2p/specs)
3838
- [Discussion Forums](https://discuss.libp2p.io)
39+
- [ProtoSchool: Introduction to libp2p](https://proto.school/introduction-to-libp2p)
40+
- [libp2p Connectivity Matrix](https://connectivity.libp2p.io/)
41+
- [Universal Connectivity Demo](https://github.com/libp2p/universal-connectivity)
3942
- Talks
4043
- [`libp2p <3 ethereum` at DEVCON2](https://archive.devcon.org/archive/watch/2/libp2p-devp2p-ipfs-and-ethereum-networking/)
4144
- Articles

doc/GETTING_STARTED.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Welcome to libp2p! This guide will walk you through setting up a fully functiona
1818
- [Browser](#browser)
1919
- [React Native](#react-native)
2020
- [What is next](#what-is-next)
21+
- [Additional Resources](#additional-resources)
2122

2223
## Install
2324

@@ -329,6 +330,12 @@ Libp2p can be used in React Native applications. However, there are some limitat
329330

330331
There are a lot of other concepts within `libp2p`, that are not covered in this guide. For additional configuration options we recommend checking out the [Configuration Readme](https://github.com/libp2p/js-libp2p/blob/main/doc/CONFIGURATION.md) and the [examples repo](https://github.com/libp2p/js-libp2p-examples). If you have any problems getting started, or if anything isn't clear, please let us know by submitting an issue!
331332

333+
### Additional Resources
334+
335+
- [ProtoSchool: Introduction to libp2p](https://proto.school/introduction-to-libp2p) — Interactive tutorial covering libp2p fundamentals
336+
- [libp2p Concepts](https://docs.libp2p.io/concepts/introduction/overview/) — Overview of core concepts and architecture
337+
- [libp2p Connectivity](https://connectivity.libp2p.io/) — Interoperability matrix across libp2p implementations
338+
- [Universal Connectivity](https://github.com/libp2p/universal-connectivity) — Demo application showcasing cross-implementation connectivity
332339

333340
[transport]: https://github.com/libp2p/js-libp2p/tree/main/packages/interface/src/transport
334341
[crypto]: https://github.com/libp2p/js-libp2p/tree/main/packages/interface/src/crypto

0 commit comments

Comments
 (0)