Files

25 lines
821 B
Markdown
Raw Permalink Normal View History

2026-06-03 11:07:55 -07:00
# psf-memo-client
2026-06-03 11:02:41 -07:00
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.
2026-06-03 11:07:55 -07:00
This web wallet is forked from [bch-wallet-web3-spa](https://github.com/Permissionless-Software-Foundation/bch-wallet-web3-spa). It's had additional user interfaces added to it for interacting with the REST API provided by [psf-memo-db](https://github.com/Permissionless-Software-Foundation/psf-memo-db).
2026-06-03 11:02:41 -07:00
## Installation
```bash
2026-06-03 11:07:55 -07:00
git clone https://github.com/Permissionless-Software-Foundation/psf-memo-client
2026-06-03 11:02:41 -07:00
cd bch-wallet-web3-spa
npm install
npm start
npm run build
```
## Support
Have questions? Need help? Join our community support
[Telegram channel](https://t.me/bch_js_toolkit)
## License
[MIT](./LICENSE.md)
2026-07-15 12:47:36 -07:00
.