mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 16:07:15 +02:00
507c86b123b2033d3a8b4828b2fd8d1c12949fd8
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.
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%