From b0d6ce40a9b3bf750b214a6243a4066c6340e48e Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 28 Oct 2023 13:50:46 -0700 Subject: [PATCH] fix(README): Adding link to video demo --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8299733..91bfafb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ This is a 'boilerplate' repository. It's intended to be forked to start new proj - [colab-coinjoin-api](https://github.com/bch-coinjoin/colab-coinjoin-api) -In addition to being forked as a boilerpalte, it can also be run as a stand-alone application to create a [Circuit Relay](https://cashstack.info/docs/local-back-end/circuit-relay), which can support the [PSF](https://psfoundation.info) IPFS network. It can also be used for experimenting with [helia-coord](https://github.com/Permissionless-Software-Foundation/helia-coord) and the [psf-bch-wallet](https://github.com/Permissionless-Software-Foundation/psf-bch-wallet) command-line wallet. +In addition to being forked as a boilerplate, it can also be run as a stand-alone application to create a [Circuit Relay](https://cashstack.info/docs/local-back-end/circuit-relay), which can support the [PSF](https://psfoundation.info) IPFS network. It can also be used for experimenting with [helia-coord](https://github.com/Permissionless-Software-Foundation/helia-coord) and the [psf-bch-wallet](https://github.com/Permissionless-Software-Foundation/psf-bch-wallet) command-line wallet. + +### Video Demo + +A video demo shows you how to quickly setup ipfs-service-provider and start interacting with its IPFS node using the [psf-bch-wallet](https://github.com/Permissionless-Software-Foundation/psf-bch-wallet) command-line app. + +- [ipfs-service-provider Demo Video](https://youtu.be/_9Xvh3aMrFg) ## Boilerplate