Replies (27)

a client that allows you to learn about the protocol and use it directly: NIP command for reading NIPs, links to NIP opened inside the client. KIND command for learning about a specific kind and which NIP it originates from. a REQ command that allows you to make requests to one or more relays with the full nostr query language. an EVENT command for signing events, and so on. it's a raw protocol client with a barebones UI that you can use to create any client experience you'd like and debug protocol issues if that makes sense. like having nak on the browser with a tmux-like window system and everything driven by commands.
is strange if that support nip-91 "AND operator for filters", but not this. However it always seems to look for lowercase in the example
Applesauce explicitly transforms all hashtags to lowercase when creating or parsing events content. I cant find the nip anymore 😒 that defined that hashtags MUST always be lowercase but its needed for the "t" tag to work correctly with dump relays that or relays need to transform all "t" tags to lowercase when indexing 😞
↑