Peter Harpending 4ee1825b43 grids random payload defined
ok so next step is go on the server side
- extract recipient, amount, payload,
- register search pattern
- wait for matching transaction to appear
- notify correct party
2026-02-27 11:43:33 -08:00
2026-02-27 11:43:33 -08:00
2026-02-27 11:34:33 -08:00
2025-09-16 14:41:39 -07:00
2025-09-16 14:41:39 -07:00
2025-10-24 13:57:37 -07:00
2026-02-25 18:22:26 -08:00
2025-12-29 14:04:03 -08:00
2025-12-29 14:04:03 -08:00

fewd = front end web dev

this is me (PRH) trying to learn some front end web dev because pixels are important despite my wishes.

Building/Running

Prereqs

  1. Install Erlang and ZX

  2. DEV ONLY: apt install node-typescript (Devuan Excalibur)

    This is needed if you want to edit the .ts files found in /priv/static/js/ts/*.ts. The built JS files are under version control and can be found in /priv/static/js/dist/

Building/Running HTTP Server

If you are only changing the Erlang or simply just want to run the program without developing it, then just run

zxh runlocal

Building TS->JS

This is only necessary if you edited the .ts files and want to transpile them over to JS.

This requires you installed tsc as above.

make tsc

If you're doing development you may want

make watch
Description
No description provided
Readme 620 KiB
Languages
Erlang 92.8%
HTML 3.7%
TypeScript 2.6%
CSS 0.9%