From 63a15608c636b1afeae993ee588795353675d4a7 Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Tue, 4 Apr 2023 01:32:27 -0600 Subject: [PATCH 1/4] fix(docs): :sparkles: Creating a list of examples. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e9515647..682c8f7f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ - [Table of Contents](#table-of-contents) - [About The Project](#about-the-project) - [Getting Started](#getting-started) + - [Examples](#examples) - [Prerequisites](#prerequisites) - [IPFS Tutorials at ProtoSchool](#ipfs-tutorials-at-protoschool) - [Documentation](#documentation) @@ -44,6 +45,17 @@ ## Getting Started +### Examples + +Feel free to jump directly in the examples, however it's highly recommended you go through the next sections before diving into helia example as that would help build context and background knowledge that maybe required. + +- [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 `