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
This commit is contained in:
Peter Harpending
2026-02-27 11:43:33 -08:00
parent be6aceb41a
commit 4ee1825b43
6 changed files with 15 additions and 5 deletions
+3 -2
View File
@@ -35,13 +35,14 @@
<label for="grids-a">Amount (P):</label>
<input type = "number"
id = "grids-a"
value = "6000000">
value = "69"
disabled>
<br>
<label for="grids-p">Payload:</label>
<input type = "text"
id = "grids-p"
value = "test payload">
disabled>
<br>
<input type = "button"