diff --git a/src/about/index.js b/src/about/index.js index 67cdbf7..7b7a37b 100644 --- a/src/about/index.js +++ b/src/about/index.js @@ -9,24 +9,24 @@ class About extends React.Component { render () { return (

This is the official web wallet provided by{' '} FullStack.cash @@ -41,17 +41,17 @@ class About extends React.Component { Learn more about the code and infrastructure powering this wallet at{' '} FullStack.cash {' '} Please solicit feedback on this app in our{' '} Telegram Channel @@ -60,39 +60,40 @@ class About extends React.Component {

The code for this web wallet can be found{' '} on GitHub . It's based on the{' '} bch-wallet-starter Gatsby Starter , the{' '} gatsby-ipfs-web-wallet Gatsby Theme , and the{' '} 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 (BCH) and eCash (BCHA) blockchains. That includes SLP tokens, including @@ -102,14 +103,39 @@ class About extends React.Component { It helps support the developers who work on this web wallet and other software sponsored by the{' '} Permissionless Software Foundation .

+ +

+ This app can be compiled into a native Android or iOS app using{' '} + + Capacitor + + . The Android APK for this app can be{' '} + + downloaded from the GitHub repository + + . But, the Android app will run into rate limits unless you add + a JWT token from FullStack.cash into the Configuration View. We + don't actively support use of this web app as a phone app, but + instead provide the APK as proof + that other businesses can fork this wallet app to kick-off + development of their own phone app. +