From 3299f18412df67d5d94ed3023e747dd6d231af23 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 18 Dec 2020 20:50:35 -0800 Subject: [PATCH] fix(deployment): testing deployment --- src/about/index.js | 91 ++++++++++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 40 deletions(-) diff --git a/src/about/index.js b/src/about/index.js index 8d6684b..614f9fb 100644 --- a/src/about/index.js +++ b/src/about/index.js @@ -9,28 +9,29 @@ class About extends React.Component { render () { return (

This is the official web wallet provided by{' '} FullStack.cash - . You - can access this web wallet over Tor and IPFS. See the links in - the footer at the bottom of the page. + href="https://fullstack.cash" + target="_blank" + rel="noopener noreferrer" + > + FullStack.cash + + . You can access this web wallet over Tor and IPFS. See the + links in the footer at the bottom of the page.

This wallet app is currently in an 'Open Alpha' test. The @@ -38,9 +39,9 @@ class About extends React.Component { is in-progress, the code is in-flux, and many things will change or break. Please solicit feedback on this app in our{' '} Telegram Channel @@ -48,36 +49,46 @@ class About extends React.Component {

The code for this web wallet can be found{' '} here - . It's based on the{' '} + href="https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash" + target="_blank" + rel="noopener noreferrer" + > + here + + . It's based on the{' '} gatsby-ipfs-web-wallet Gatsby Theme - , and the{' '} + href="https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet" + target="_blank" + rel="noopener noreferrer" + > + gatsby-ipfs-web-wallet Gatsby Theme + + , and the{' '} minimal-slp-wallet - wallet engine. + href="https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet" + target="_blank" + rel="noopener noreferrer" + > + minimal-slp-wallet + {' '} + wallet engine. We encourage other businesses to copy and modify + the wallet code for their own use.

- This wallet has full support for Bitcoin Cash and SLP tokens, including - nonfungible tokens (NFT). When a transaction is made with this wallet, - an output of 2000 satoshis is added. This is a convenience fee that goes - towards burning PSF tokens. It helps support the developers who work on - this web wallet and other software sponsored by the{' '} + This wallet has full support for Bitcoin Cash and SLP tokens, + including nonfungible tokens (NFT). When a transaction is made + with this wallet, an output of 2000 satoshis is added. This is a + convenience fee that goes towards burning PSF tokens. It helps + support the developers who work on this web wallet and other + software sponsored by the{' '} Permissionless Software Foundation - . + href="https://psfoundation.cash" + target="_blank" + rel="noopener noreferrer" + > + Permissionless Software Foundation + + .