Fixing broken link in README

This commit is contained in:
Chris Troutner
2022-06-20 07:30:10 -07:00
parent 3c908d1a4d
commit 0333f77f5a
+1 -1
View File
@@ -14,7 +14,7 @@ This repository has been forked from the [koa-api-boilerplate](https://github.co
- User management - User management
- Access and rate-limit control using [JWT tokens](https://jwt.io/). - 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. - [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. - JSON RPC for creating an API between providers and consumers.