Sirius — the BCNR name registrar. Mint .x / .bch / .p2p names in one Bitcoin Cash transaction.
Find a file
Local Dev 12188d5c1f sirius.x/portal: M1 — record editor (view → edit → sign UPD → broadcast)
Each owned-name row gets an Edit button. Click → modal with editable fields
for the five most-used records (h / s3 / ip / tls / u), pre-populated from
the current on-chain values. Save signs a UPD transaction with the
in-browser wallet (same code path as sirius/register.html:
BNS.setRecordsWithBuiltInWallet) and broadcasts it.

Live payload-budget indicator shows bytes-used vs bytes-available (from
BNS.payloadBudget for op=UPD); Save disables when the record set exceeds
the 200-byte on-chain envelope so users don't waste a broadcast on a
too-large payload. Progress log inside the modal streams every step
("resolving", "signing", "broadcast: <txid>") from the shared onProgress
callback.

UI verified end-to-end in-browser (synthetic /api/holdings intercept):
modal opens, fields populate, budget calculates live, over-budget disables
Save, Cancel closes. Actual sign+broadcast needs a wallet that owns names —
operator can verify with their seed; the code path is the one register.html
has been using for months.

M1 shipped; M2 (Sia file upload) and M3 (Markdown site builder) are next.
WizardConnect wiring for external-wallet UPDs is a follow-up — the built-in
path is what this session's wallet-unlock flow already supports.
2026-08-31 21:44:20 +02:00
assets sirius.x: branding — SVG favicon, wordmark logo, OpenGraph + Twitter Card 2026-08-31 04:30:53 +02:00
brand sirius.x: /brand/ kit — logo, mono, avatar, banner, favicon, palette 2026-08-31 05:44:25 +02:00
docs sirius.x/docs: link concrete Forgejo URLs for INSTRUCTIONS.md (repo now public) 2026-08-31 15:22:45 +02:00
theseus sirius.x: /brand/ kit — logo, mono, avatar, banner, favicon, palette 2026-08-31 05:44:25 +02:00
.gitignore sirius.x/docs: add "Host your name" recipe + serve INSTRUCTIONS.md over http 2026-08-31 14:56:27 +02:00
index.html sirius.x: pantheon section + nav link — seven sibling .x names 2026-08-31 21:25:33 +02:00
portal.html sirius.x/portal: M1 — record editor (view → edit → sign UPD → broadcast) 2026-08-31 21:44:20 +02:00