Merge pull request #12 from Permissionless-Software-Foundation/ct-redux-test

Updating About page
This commit is contained in:
Chris Troutner
2020-09-21 17:55:05 -07:00
committed by GitHub
3 changed files with 1451 additions and 1345 deletions
+1414 -1343
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -21,7 +21,7 @@
"dependencies": { "dependencies": {
"bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable", "bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable",
"gatsby": "^2.23.7", "gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.9.12", "gatsby-ipfs-web-wallet": "^1.9.14",
"gatsby-plugin-compile-es6-packages": "^2.1.0" "gatsby-plugin-compile-es6-packages": "^2.1.0"
}, },
"repository": { "repository": {
+36 -1
View File
@@ -22,7 +22,12 @@ class About extends React.Component {
collapsable collapsable
> >
<p> <p>
This is the official web wallet provided by FullStack.cash. You This is the official web wallet provided by{' '}
<a
href='https://fullstack.cash'
target='_blank'
rel='noopener noreferrer'
>FullStack.cash</a>. You
can access this web wallet over Tor and IPFS. See the links in can access this web wallet over Tor and IPFS. See the links in
the footer at the bottom of the page. the footer at the bottom of the page.
</p> </p>
@@ -39,6 +44,36 @@ class About extends React.Component {
Telegram Channel Telegram Channel
</a> </a>
</p> </p>
<p>
The code for this web wallet can be found{' '}
<a
href="https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash"
target='_blank'
rel='noopener noreferrer'
>here</a>. It's based on the{' '}
<a
href="https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet"
target='_blank'
rel='noopener noreferrer'
>gatsby-ipfs-web-wallet Gatsby Theme</a>, and the{' '}
<a
href="https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet-web"
target='_blank'
rel='noopener noreferrer'
>minimal-slp-wallet-web</a> wallet engine.
</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
<a
href="https://psfoundation.cash"
target='_blank'
rel='noopener noreferrer'
>Permissionless Software Foundation</a>.
</p>
</Box> </Box>
</Col> </Col>
</Row> </Row>