Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

amavis442/halochat

Repository files navigation

Halochat

WIP for nostr client in svelte and typescript.

Bugs

  • Plenty. Need to clean redundant functions
  • Loading of prefetched data should be in chunks for quicker responsiveness
  • Reply e tag and p tags still not clear when to use
  • Loading of meta data should not block main thread
  • Find a better way to present the notes in a tree fashion
  • Need to find a way when data is loaded and new data is added, to make sure it is not disruptive when you are reading and the screen scrolls up or down to add new data

Features

  • Nip 01
  • Account update
  • Generate keys (Private/Public)
  • Replies
  • Upvotes/Downvotes
  • Preview links
  • Infinite scroller
  • Follow
  • Channels
  • Notifications

Status as in Nips

  • NIP-01: Basic protocol flow description
  • NIP-02: Contact List and Petnames
  • NIP-04: Encrypted Direct Message
  • NIP-05: Mapping Nostr keys to DNS-based internet identifiers
  • NIP-06: Basic key derivation from mnemonic seed phrase
  • NIP-08: Handling Mentions (just replacement but no search / autocomplete)
  • NIP-09: Event Deletion
  • NIP-10: Conventions for clients' use of e and p tags in text events.
  • NIP-11: Relay Information Document
  • NIP-12: Generic Tag Queries
  • NIP-14: Subject tag in text events.
  • NIP-15: End of Stored Events Notice
  • NIP-16: Event Treatment
  • NIP-19: bech32-encoded entities
  • NIP-25: Reactions
  • NIP-26: Delegated Event Signing
  • NIP-28: Public Chat
  • NIP-35: User Discovery
  • NIP-36: Sensitive Content
  • NIP-40: Expiration Timestamp