Chris Troutner 05f393c03f Implement New Post Page
Adds a New Post page for composing and broadcasting Memo posts:
- src/services/new-post.js: testable controller (input, character counter
  counting down from the memo limit, validation/length errors, navigation to
  the recent feed after a successful post).
- src/components/app-body/new-post: React view with a message textarea, post
  button, and remaining-character counter.
- Route /posts/new and a navigation menu link.
- Extend acceptance step handlers to cover both specs/post-memo.feature and
  specs/memo-new.feature wording; add unit tests for the controller.
- Drop redundant 'use strict' in compiled modules to fix the CI build warning.

By coder.
2026-08-25 17:00:27 -07:00
2026-08-25 17:00:27 -07:00
2026-06-03 11:02:41 -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-08-25 16:51:26 -07:00
2026-08-25 17:00:27 -07:00
2026-08-25 17:00:27 -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-07-15 12:54:01 -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%