Skip to content

Commit

Permalink
Customizing README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christroutner committed Aug 27, 2022
1 parent db8f750 commit 7a2fa53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
# bch-wallet-web3-android
This is a web-based single page app (SPA) written in React. It provides non-custodial wallet features for the Bitcoin Cash blockchain, including support for SLP tokens and NFTs. In includes [CapacitorJS](https://capacitorjs.com/) libraries and configuration so that it can be compiled into a native Android APK file.

- [Live Demo on Filecoin](https://bafybeiheljff4sfsujx2kb4hna7rlotjlmgfftcwtznhzxiltojmc2nkbm.ipfs.dweb.link/)
- [Live Demo on GitHub Pages](https://permissionless-software-foundation.github.io/bch-wallet-web3-android/)
- [Download latest APK file](./android/apk/bch-web3-wallet.apk)

## Support

Have questions? Need help? Join our community support
[Telegram channel](https://t.me/bch_js_toolkit)

## Donate

This open source software is developed and maintained by the [Permissionless Software Foundation](https://psfoundation.cash). If this library provides value to you, please consider making a donation to support the PSF developers:

<div align="center">
<img src="./img/donation-qr.png" />
<p>bitcoincash:qqsrke9lh257tqen99dkyy2emh4uty0vky9y0z0lsr</p>
</div>

## For JavaScript Developers

This is a fork of [react-bootstrap-web3-android](https://github.com/Permissionless-Software-Foundation/react-bootstrap-web3-android), which is a fork of [react-bootstrap-web3-spa](https://github.com/Permissionless-Software-Foundation/react-bootstrap-web3-spa). That boilerplate is used to build a React app using the [react-boostrap library](https://www.npmjs.com/package/react-bootstrap).

Additional documentation:
- [Developer Documentation](./dev-docs)
- [Deployment Targets](./deploy)
# bch-dex-ui-v2
This is a fork of [bch-wallet-web3-android](https://github.com/Permissionless-Software-Foundation/bch-wallet-web3-android), adapted as a user interface for [bch-dex](https://github.com/Permissionless-Software-Foundation/bch-dex).

## License
[MIT](./LICENSE.md)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bch-wallet-web3-android",
"name": "bch-dex-ui-v2",
"version": "1.0.0",
"dependencies": {
"@chris.troutner/react-jdenticon": "1.0.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@capacitor/clipboard": "4.0.1",
"@capacitor/core": "latest",
"bch-message-lib": "2.2.0",
"minimal-slp-wallet": "4.6.8",
"minimal-slp-wallet": "5.0.3",
"standard": "17.0.0",
"web3.storage": "4.3.0"
},
Expand Down

0 comments on commit 7a2fa53

Please sign in to comment.