rust-nostr / nostr

Nostr protocol implementation, high-level client library, Nostr Wallet Connect, bindings and more.
https://rust-nostr.org/
MIT License
429 stars 96 forks source link

NIP-38 support #666

Open MoonDusk1996 opened 6 hours ago

MoonDusk1996 commented 6 hours ago

Describe the enhancement an EventBuilder function to create NIP 38 events

Use case NIP 38 allows users to share live status, like music or other things. A use case would be to get the user's player and broadcast it as status in NOSTR.

Additional context I'm still learning about this project but I believe it's possible since it's just a kind 30315 with a content and some tags.

reyamir commented 4 hours ago

I will create a PR for this