From 0333f77f5a0e53cdda7b47dc6049eb7c1f7ab76f Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 20 Jun 2022 07:30:10 -0700 Subject: [PATCH] Fixing broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab98d94..ddc5b71 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository has been forked from the [koa-api-boilerplate](https://github.co - User management - Access and rate-limit control using [JWT tokens](https://jwt.io/). -This boilerplate extends that code to provide the basic features required to be a 'service provider' on the [IPFS](https://ipfs.io) network. See [this article](https://troutsblog.com/blog/ipfs-api) if you're new to the concept of service providers on IPFS. These basic features include: +This boilerplate extends that code to provide the basic features required to be a 'service provider' on the [IPFS](https://ipfs.io) network. This is a core concept in the [web3 Cash Stack](https://cashstack.info). These basic features include: - [ipfs-coord](https://www.npmjs.com/package/ipfs-coord) for coordinating service providers and consumers across the IPFS network. - JSON RPC for creating an API between providers and consumers.