diff --git a/README.md b/README.md index c51429b3..fc98bf5e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ - [Table of Contents](#table-of-contents) - [About The Project](#about-the-project) - [Getting Started](#getting-started) + - [Examples](#examples) + - [Basics](#basics) + - [Frameworks](#frameworks) + - [Bundlers](#bundlers) - [Prerequisites](#prerequisites) - [IPFS Tutorials at ProtoSchool](#ipfs-tutorials-at-protoschool) - [Documentation](#documentation) @@ -44,6 +48,28 @@ ## Getting Started +### Examples + +Feel free to jump directly into the examples, however going through the following sections will help build context and background knowledge. + +#### Basics + +- [Helia-101](/examples/helia-101/): Spawn a Helia node, add a file and cat the file +- [Helia CommonJS](/examples/helia-cjs/): Just like Helia-101, but with [CommonJS](https://en.wikipedia.org/wiki/CommonJS) instead of [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) +- [Helia via CDNs](/examples/helia-script-tag/): A simple proof-of-concept to distributing and using helia using `