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
+625 -192
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/cli": "^2.4.6",
"@capacitor/core": "^2.4.6", "@capacitor/core": "^2.4.6",
"gatsby": "^2.31.1", "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" "gatsby-plugin-bch-sweep": "^1.5.4"
}, },
"repository": { "repository": {
@@ -37,6 +37,11 @@
}, },
"devDependencies": { "devDependencies": {
"capacitor-resources": "^2.0.5", "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", "husky": "^4.3.8",
"semantic-release": "^17.4.2", "semantic-release": "^17.4.2",
"standard": "^16.0.3" "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 . You can access this web wallet over Tor and IPFS. See the
links in the footer at the bottom of the page. links in the footer at the bottom of the page.
</p> </p>
<p> <p>
This wallet app is currently in an 'Open Alpha' test. The This wallet app can be used as a normal wallet, but it's real
general public is invited to use it, but be aware that the app purpose is to serve as 'boilerplate' application that JavaScript
is in-progress, the code is in-flux, and many things will change developers can fork and customize to build their own ideas.
or break. Please solicit feedback on this app in our{' '} Learn more about the code and infrastructure powering this
wallet at{' '}
<a <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' target='_blank'
rel='noopener noreferrer' rel='noopener noreferrer'
> >
Telegram Channel Telegram Channel
</a> </a>
</p> </p>
<p> <p>
The code for this web wallet can be found{' '} The code for this web wallet can be found{' '}
<a <a
@@ -53,9 +64,17 @@ class About extends React.Component {
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noopener noreferrer'
> >
here on GitHub
</a> </a>
. It's based on the{' '} . 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 <a
href='https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet' href='https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet'
target='_blank' target='_blank'
@@ -75,12 +94,13 @@ class About extends React.Component {
the wallet code for their own use. the wallet code for their own use.
</p> </p>
<p> <p>
This wallet has full support for Bitcoin Cash and SLP tokens, This wallet has full support for Bitcoin Cash (BCH) and eCash
including nonfungible tokens (NFT). When a transaction is made (BCHA) blockchains. That includes SLP tokens, including
with this wallet, an output of 2000 satoshis is added. This is a nonfungible tokens (NFT) on both blockchains. When a transaction
convenience fee that goes towards burning PSF tokens. It helps is made with this wallet, an output of 2000 satoshis is added.
support the developers who work on this web wallet and other This is a convenience fee that goes towards burning PSF tokens.
software sponsored by the{' '} It helps support the developers who work on this web wallet and
other software sponsored by the{' '}
<a <a
href='https://psfoundation.cash' href='https://psfoundation.cash'
target='_blank' target='_blank'