Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 1512782

Browse files
terichadbournefsdiogo
authored and
Alan Shaw
committed
Add js-ipfs ProtoSchool tutorials (#2273)
* Add js-ipfs ProtoSchool tutorials * docs: typos and wording tweaks Co-Authored-By: Diogo Silva <fsdiogo@gmail.com>
1 parent 5156a47 commit 1512782

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: examples/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# `js-ipfs` Examples and Tutorials
22

3-
In this folder, you can find a variety of examples to help you get started in using js-ipfs, in Node.js and in the Browser. Every example has a specific purpose and some of each incorporate a full tutorial that you can follow through, helping you expand your knowledge about IPFS and the Distributed Web in General.
3+
In this folder and on [ProtoSchool](https://proto.school), you can find a variety of examples to help you get started with js-ipfs, in Node.js and in the Browser. Every example has a specific purpose and some of them incorporate a full tutorial that you can follow through, helping you expand your knowledge about IPFS and the Distributed Web in general.
44

55
Let us know if you find any issue or if you want to contribute and add a new tutorial, feel welcome to submit a PR, thank you!
66

77
## Tutorials
88

9+
### On ProtoSchool
10+
[ProtoSchool](https://proto.school) offers tutorials on decentralized web protocols, through both [interactive tutorials](https://proto.school/#/tutorials) and [local chapter events](https://proto.school/#/chapters). These IPFS tutorials use js-ipfs in the browser:
11+
- [Mutable File System (MFS)](https://proto.school/#/mutable-file-system/) - Explores the Files API, which lets you work with files and directories as if you were using a traditional name-based file system.
12+
- [P2P Data links with content addressing](https://proto.school/#/basics/) - An introductory look at the DAG API.
13+
- [Blogging on the Decentralized Web](https://proto.school/#/blog/) - An intermediate DAG API challenge using CIDs to link complex data structures.
14+
15+
### In this repo
16+
Clone this repo to explore these tutorials on your local machine:
917
- [Tutorial: IPFS 101, spawn a node and add a file to IPFS](./ipfs-101)
1018
- [Tutorial: Build a tiny browser app to exchange files between nodes](./exchange-files-in-browser)
1119
- [Tutorial: Resolve through IPLD graphs with the dag API](./traverse-ipld-graphs)

0 commit comments

Comments
 (0)