joshr4

Results 9 comments of joshr4

Love to see the discussion on this. Yeah, Wavlake zaps ought to be updated now that the lud16 zap tag is no longer within spec. Wavlake zaps were implemented almost...

Good questions, I'm trying to think through how NIP-07 and NIP-26 might relate to one another. I suppose the best question here is how a NIP-07 extension may be best...

I was looking at adding NIP-07 capabilities (https://github.com/kdmukai/nostrtool/issues/1) to @kdmukai's [NostrTool](https://github.com/kdmukai/nostrtool) - https://nostrtool.com/. NIP-26 has been added to that tool, so am trying to think through how NIP-07 may fit...

I went ahead and preemptively made a PR for this change in the `nos2x` repo https://github.com/fiatjaf/nos2x/pull/29

I like the idea of coordinating all this via Nostr notes, and the idea of an identity manager client. Sounds like an elegant way to put NIP-26 to use! No...

Ok cool, makes sense. I think this may also require a PR to [NIP-07](https://github.com/nostr-protocol/nips/blob/master/07.md) to add a new `signDelegation` function to `window.nostr`. I'll first focus on adding that to NIP-07...

Yeah I think saving a hot delegated key in each client sounds like they way to go. The user can then use the NIP-07 extension to sign the delegation, like...

Looks like this is blocked because NIP-07 doesn't yet support signing events with delegation tags, and also doesn't support signing delegation tokens. In the meantime, I will fork [nos2x](https://github.com/fiatjaf/nos2x) and...

I've got this all working locally (haven't tested the actual delegation tag yet), going to clean up some things and open some PRs ⚡ https://user-images.githubusercontent.com/14062229/219693557-4e96a544-b9a4-465f-a425-ffce381bfc37.mov