From 868bddd774e2e6644f7922e3b75f4caaa898bd69 Mon Sep 17 00:00:00 2001 From: Elliot Lee <5957298+tinytb@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:43:18 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af2120a1..6d103272 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -

An implementation of IPFS in JavaScript.

+# Helia — an implementation of IPFS in JavaScript ### Project status -This project is pre-alpha and is planned for development in late 2022, with an initial "v1" release in [late Q1 2023](/ROADMAP.md#late-q1-march). The project will be built in the open. Community contributors are welcome. +This project is pre-alpha and is currently in development. An initial v1 release is planned for [late Q1 2023](/ROADMAP.md#late-q1-march). Helia is being built in the open; community contributors are welcome! + +The core of IPFS is the [Files API](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md), which will likewise be implemented in Helia. For more info about Helia, please see the [Roadmap](https://github.com/ipfs/helia/issues/5) and the [Manifesto](MANIFESTO.md). ## Table of Contents @@ -27,11 +29,11 @@ For more information, see the [State of IPFS in JS (blog post)](https://blog.ipf ## Roadmap -The roadmap can be found here: https://github.com/ipfs/pomegranate/issues/5 +Please find and comment on [the Roadmap here](https://github.com/ipfs/pomegranate/issues/5). ## Contribute -This IPFS implementation in JavaScript is a work in progress. [Here are some ways you can help](https://blog.ipfs.tech/state-of-ipfs-in-js/#%F0%9F%A4%9D-ways-you-can-help). +This IPFS implementation in JavaScript is a work in progress. [Here are some ways you can help](https://blog.ipfs.tech/state-of-ipfs-in-js/#%F0%9F%A4%9D-ways-you-can-help)! ## License From 3a07a453435330263dfa11a5ce8f050867ccc750 Mon Sep 17 00:00:00 2001 From: Elliot Lee <5957298+tinytb@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:46:32 -0800 Subject: [PATCH 2/4] docs: plug Helia Demo Day --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d103272..7af50980 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This project is pre-alpha and is currently in development. An initial v1 release The core of IPFS is the [Files API](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md), which will likewise be implemented in Helia. For more info about Helia, please see the [Roadmap](https://github.com/ipfs/helia/issues/5) and the [Manifesto](MANIFESTO.md). +We are also sharing about the progress so far, and discussing how you can get involved, at [Helia Demo Day](https://lu.ma/helia) every couple weeks. We'd love to see you there! + ## Table of Contents - [Name](#name) From b05ba31cfc3438fefcfbc7dab672d507ca50649f Mon Sep 17 00:00:00 2001 From: Elliot Lee <5957298+tinytb@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:48:42 -0800 Subject: [PATCH 3/4] docs: invite readers to have a look at the PR(s) There's not a lot at the moment, but more PRs will be coming in the future --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7af50980..f1751180 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project is pre-alpha and is currently in development. An initial v1 release is planned for [late Q1 2023](/ROADMAP.md#late-q1-march). Helia is being built in the open; community contributors are welcome! -The core of IPFS is the [Files API](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md), which will likewise be implemented in Helia. For more info about Helia, please see the [Roadmap](https://github.com/ipfs/helia/issues/5) and the [Manifesto](MANIFESTO.md). +The core of IPFS is the [Files API](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md), which will likewise be implemented in Helia. These initial building blocks are in development now; have a look at this repo's PR(s). For more info about Helia, please see the [Roadmap](https://github.com/ipfs/helia/issues/5) and the [Manifesto](MANIFESTO.md). We are also sharing about the progress so far, and discussing how you can get involved, at [Helia Demo Day](https://lu.ma/helia) every couple weeks. We'd love to see you there! From 2dd50fa00fac1c2893449365544fcb9e79bfd1d8 Mon Sep 17 00:00:00 2001 From: Elliot Lee <5957298+tinytb@users.noreply.github.com> Date: Tue, 24 Jan 2023 22:16:31 -0800 Subject: [PATCH 4/4] Update README.md Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1751180..d1cd9f5d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For more information, see the [State of IPFS in JS (blog post)](https://blog.ipf ## Roadmap -Please find and comment on [the Roadmap here](https://github.com/ipfs/pomegranate/issues/5). +Please find and comment on [the Roadmap here](https://github.com/ipfs/helia/issues/5). ## Contribute