Chris Troutner e7e758d370 Fix like/tip modal spendable balance against the live wallet
The Like/Tip modal crashed with "utxos.reduce is not a function" because
MemoLike.getSpendableSats assumed wallet.utxos was an array, while
minimal-slp-wallet exposes it as a UtxoStore object whose spendable BCH
outputs live under utxoStore.bchUtxos. Accept both shapes, and refresh the
wallet UTXOs before the modal's gating balance check.

By specifier.
2026-08-26 07:02:53 -07:00
2026-08-26 06:14:01 -07:00
2026-06-03 11:02:41 -07:00
2026-08-26 06:05:46 -07:00
2026-08-25 14:50:21 -07:00
2026-06-03 11:02:41 -07:00
2026-06-03 11:02:41 -07:00
2026-08-25 18:59:01 -07:00
2026-08-26 05:37:22 -07:00
2026-07-15 10:05:11 -07:00
2026-06-03 11:02:41 -07:00
2026-08-25 14:50:21 -07:00
2026-06-03 11:02:41 -07:00
2026-06-03 11:02:41 -07:00
2026-07-15 12:47:36 -07:00
2026-08-25 14:50:21 -07:00

psf-memo-client

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.

This web wallet is forked from bch-wallet-web3-spa. It's had additional user interfaces added to it for interacting with the REST API provided by psf-memo-db.

Installation

git clone https://github.com/Permissionless-Software-Foundation/psf-memo-client
cd bch-wallet-web3-spa
npm install
npm start
npm run build

Support

Have questions? Need help? Join our community support Telegram channel

License

MIT .

Languages
JavaScript 63.8%
Clojure 22.6%
CSS 5.8%
Gherkin 4.1%
Shell 3.6%