Sirius — the BCNR name registrar. Mint .x / .bch / .p2p names in one Bitcoin Cash transaction.
Find a file
Local Dev 6ce9de33a0 feat(sirius-x/portal): New wallet card, siriusProfile state, ?mode= deep-links
Closes the loop between the nav's profile dropdown and portal.html:

- Adds a 🆕 New wallet card that calls BuiltInWallet.create() to generate
  a fresh BIP-39 phrase in the browser. The phrase is shown once for the
  user to write down; sign-in only unlocks after they tick the 'I have
  written this down' acknowledgement. Copy button included.
- Sign-in (both New and Import paths) now writes localStorage.siriusProfile
  = { address, tokenAddress, signedInAt } so any page on the same origin
  can render 'signed in' state. Sign-out clears the key and also resets
  the New wallet card so a re-sign-in starts clean.
- Handles ?mode=new|import|wc from the profile dropdown's deep-links:
  scrolls the matching card into view and briefly outlines it in acid so
  the user knows which one they were sent to.

profile-menu.js:
- Re-renders the dropdown on every open() call rather than caching the
  first paint, so a sign-in that happens *after* the script's initial
  run (same tab: portal.html; other tabs: storage event) reflects in the
  nav without needing a full reload.
- Listens for the storage event (cross-tab) and a custom
  'siriusProfileChanged' event (same-tab) — portal.html fires that on
  every writeProfile/clearProfile call.
2026-09-07 00:15:43 +02:00
admin feat(sirius-x): host name-registration flow on sirius.x itself 2026-09-06 22:32:23 +02:00
assets sirius.x: branding — SVG favicon, wordmark logo, OpenGraph + Twitter Card 2026-08-31 04:30:53 +02:00
brand feat(sirius-x): host name-registration flow on sirius.x itself 2026-09-06 22:32:23 +02:00
docs feat(sirius-x): host name-registration flow on sirius.x itself 2026-09-06 22:32:23 +02:00
js feat(sirius-x/portal): New wallet card, siriusProfile state, ?mode= deep-links 2026-09-07 00:15:43 +02:00
theseus feat(sirius-x): host name-registration flow on sirius.x itself 2026-09-06 22:32:23 +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 feat(sirius-x): host name-registration flow on sirius.x itself 2026-09-06 22:32:23 +02:00
portal.html feat(sirius-x/portal): New wallet card, siriusProfile state, ?mode= deep-links 2026-09-07 00:15:43 +02:00
register.html feat(sirius-x): host name-registration flow on sirius.x itself 2026-09-06 22:32:23 +02:00