From 57c10599928dc177838d67ebf35b22dd4221c2df Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 8 Jul 2020 17:17:29 -0700 Subject: [PATCH] fix(README): Updating README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bf756e6..f55c262 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ This repository is a Gatsby Theme. It can be accessed via the [gatsby-ipfs-web-w If you want to create your own BCH web wallet app, you should [start with the starter](https://github.com/Permissionless-Software-Foundation/bch-wallet-starter). +## Live Demos: + +- [Demo of wallet boilerplate](https://demo-wallet.fullstack.cash) +- [Official FullStack.cash wallet](https://wallet.fullstack.cash) + ## Background This is a mobile-first Gatsby Theme that is [IPFS](https://ipfs.io)-ready. It integrates the [AdminLTE Dashboard React components](https://www.npmjs.com/package/adminlte-2-react) to create a dashboard. This app is built as a light-weight Bitcoin Cash (BCH) wallet. It can be forked and the BCH functionality can be leveraged for many different use cases, and to solve many different business problems.