Claude 507c86b123 feat: add ReadOnlyAccount class and login parser
Add support for read-only Nostr accounts that can be used for viewing
content without signing capability.

- ReadOnlyAccount class with factory methods for:
  - npub (NIP-19 encoded public key)
  - nprofile (NIP-19 encoded profile with relay hints)
  - hex (64-character hexadecimal public key)
  - nip05 (user@domain.com identifier)

- Login parser to detect input type and create accounts from various
  formats (npub, nprofile, hex, nip-05)

- Comprehensive test coverage (47 tests) for all account creation
  methods and input detection

All tests pass, lint clean, build successful.
2026-01-04 19:01:47 +00:00
2025-12-18 15:46:02 +01:00
👶
2025-12-09 16:26:31 +01:00
2025-12-19 12:49:29 +01:00
2025-12-13 15:06:05 +01:00
2025-12-10 13:00:39 +01:00
2025-12-22 20:40:16 +00:00
2025-12-22 20:40:16 +00:00
👶
2025-12-09 16:26:31 +01:00
2025-12-20 14:25:40 +01:00
2025-12-15 22:19:28 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
👶
2025-12-09 16:26:31 +01:00
2025-12-21 22:39:07 +01:00
2025-12-14 16:50:16 +01:00
Description
No description provided
MIT 14 MiB
Languages
TypeScript 98.9%
CSS 0.8%
JavaScript 0.3%