joshr4
joshr4
In order to implement [NIP-26](https://github.com/nostr-protocol/nips/blob/master/26.md) by way of [NIP-07](https://github.com/nostr-protocol/nips/blob/master/07.md), a createDelegation function needs to be exposed by the NIP-07 extension.
I was attempting to use the `onEvent` callback of the `useNostrEvents` hook, and ran into an issue where the callback cannot be updated. This was problematic, as my callback depended...
I'd like to take a stab at adding [NIP-07](https://github.com/nostr-protocol/nips/blob/master/07.md) to this tool. First, I'd like to plan out the work and make sure i've got a good understanding of what's...