been playing with nostr clients for a few months. this week decided to actually write something from scratch to get a feel for the protocol. read nip-1 and wrote a little bot that publishes some bitcoin block stats every block.
Looking at writing a client that does multi-party signing of nostr messages. so imagine a nostr pubkey that is split between N people and K of them have to sign. Nick Farrow wrote a little cli to do it, but I was talking to semisol and the obvious thing is to do the coordination over nostr. so probably working on that. Also noodling on a coinswap protocol over nostr...