-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Write Rust Nostr book #173
Comments
I'm missing a guide of how to receive nip-17 private direct messages. My code works fine with nip-04 encrypted messages and now I tried to migrate it to nip-17. On the sender side I'm sending with The code on the receiver side looks like this:
The problem is I don't get any events. I changed the kind to PrivateDirectMessage, but it doesn't work either, tough I think GiftWrap should be the right kind to receive. If I get the code working I would also contribute with a code example or a section in the book. |
Use It's available as example in the |
Ah, this makes sense and it works now. Thanks for your quick help. |
Hey there, I would like to try NIP17, I didn't know it was supported. Thank you for your work |
Hey, I would contribute a Rust example. Though, it'll be as early as next week, I'm now having some vacations. |
Check the Is not available a |
Hi, I just submitted a PR adding example code for NIP-17 to the book. You can take a look at the code in the PR as long as it is pending. |
.
The text was updated successfully, but these errors were encountered: