-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTODO
More file actions
43 lines (37 loc) · 1.79 KB
/
TODO
File metadata and controls
43 lines (37 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# TODO
docs/cashtoken-index-plan.md
1. Operational hardening
2. Long-horizon charts on the token detail page
3. ~~Airdrop button on token detail pages~~ (shipped 2026-05-03)
- Standalone /airdrops page (CSV / paste-many address list)
- Set-algebra recipient builder (union / intersect / exclude)
- Block-height holder snapshots + DEX-pool unwrapping
- WalletConnect v2 direct-sign in-page (currently paste-signed-hex)
4. Token claim / management
5. One-click "submit to TokenStork BCMR registry" (replacement for OTR mirror)
6. BCMR support workflow for existing-but-unregistered tokens
7. Regular sync of TokenStork BCMR with OTR
8. Better Tapswap / Fex / Cauldron logos
10. Transfer `tokenstork.com` to Cloudflare as registrar.
11. `docs/runbook.md` — failure-mode recipes for the tired-3am self.
12. Bump `package.json` version to `0.2.0` once accounts + persistence ships.
13. SEO, content operation?
14. i18n
15. guidance on where to buy bch and what wallet to use
16. docs/tokenization-mega-plan.md
## Operator (carson)
- test minting page, all 3 modes
- test airdrops
- smoke-test the airdrop wizard end-to-end on mainnet with the operator
wallet: pick a low-stakes test category, 5-10 holders, sign-and-broadcast,
confirm recipients show up in token_holders after the next sync-enrich
tick. Confirm the multi-tx case too — pick a 600+ holder category and
verify chunk K+1 builds against fresh BlockBook UTXOs after K confirms.
- Pick `REPORT_WEBHOOK_URL` (Discord / ntfy / TG bot) + add to
`/etc/tokenstork/env`; redeploy. Optional `REPORT_WEBHOOK_SECRET`.
- Dismiss the deploy-smoke test report:
```sql
UPDATE token_reports SET status='dismissed', reviewed_at=now(),
moderator_note='deploy smoke test'
WHERE details = 'deploy smoke test — please ignore';
```