fix(about): Updating About View

This commit is contained in:
Chris Troutner
2021-04-19 14:26:31 -07:00
parent 414b8c68bd
commit 407c153c03
3 changed files with 670 additions and 212 deletions
+632 -199
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -25,7 +25,7 @@
"@capacitor/cli": "^2.4.6",
"@capacitor/core": "^2.4.6",
"gatsby": "^2.31.1",
"gatsby-ipfs-web-wallet": "^1.23.1",
"gatsby-ipfs-web-wallet": "^1.23.2",
"gatsby-plugin-bch-sweep": "^1.5.4"
},
"repository": {
@@ -37,6 +37,11 @@
},
"devDependencies": {
"capacitor-resources": "^2.0.5",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^4.3.8",
"semantic-release": "^17.4.2",
"standard": "^16.0.3"
+32 -12
View File
@@ -33,19 +33,30 @@ class About extends React.Component {
. You can access this web wallet over Tor and IPFS. See the
links in the footer at the bottom of the page.
</p>
<p>
This wallet app is currently in an 'Open Alpha' test. The
general public is invited to use it, but be aware that the app
is in-progress, the code is in-flux, and many things will change
or break. Please solicit feedback on this app in our{' '}
This wallet app can be used as a normal wallet, but it's real
purpose is to serve as 'boilerplate' application that JavaScript
developers can fork and customize to build their own ideas.
Learn more about the code and infrastructure powering this
wallet at{' '}
<a
href='https://t.me/permissionless_software'
href='https://fullstack.cash'
target='_blank'
rel='noopener noreferrer'
>
FullStack.cash
</a>{' '}
Please solicit feedback on this app in our{' '}
<a
href='https://t.me/bch_js_toolkit'
target='_blank'
rel='noopener noreferrer'
>
Telegram Channel
</a>
</p>
<p>
The code for this web wallet can be found{' '}
<a
@@ -53,9 +64,17 @@ class About extends React.Component {
target='_blank'
rel='noopener noreferrer'
>
here
on GitHub
</a>
. It's based on the{' '}
<a
href='https://github.com/Permissionless-Software-Foundation/bch-wallet-starter'
target='_blank'
rel='noopener noreferrer'
>
bch-wallet-starter Gatsby Starter
</a>
, the{' '}
<a
href='https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet'
target='_blank'
@@ -75,12 +94,13 @@ class About extends React.Component {
the wallet code for their own use.
</p>
<p>
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 (BCH) and eCash
(BCHA) blockchains. That includes SLP tokens, including
nonfungible tokens (NFT) on both blockchains. 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{' '}
<a
href='https://psfoundation.cash'
target='_blank'