-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NIP-44 #166
Comments
NIP-44 is just an encryption scheme, not a DM standard. |
right but I see we provided some help functions of NDKEvent for nip04 at https://github.com/nostr-dev-kit/ndk/blob/master/ndk/src/events/nip04.ts, would be helpful if we can have similar interfaces built for nip44. The NIP04 doc says now NIP04 is unrecommended in favor of NIP44 |
Yup – this definitely needs to be added. |
right ... I'm gonna get started on this ... along with consideration for an NDKNip49Signer by refactoring the
just saying ... |
Here's the solution I've come up with to implement Nip44 in NDKSigners. Please test this PR. |
I'm working on a PR to add NIP44 encryption and NIP59 gift wrap functionality to NDKEvents and NDKSigners. Will be pushing this weekend. Hoping to run this in my production client ASAP. Reviews and testing is welcome. |
@manimejia Leaving comments on the PR. |
looks like NIP-04 is deprecated in favor of NIP-44. Would love to see that to be supported.
The text was updated successfully, but these errors were encountered: