t4t5 / nostr-react

React Hooks for Nostr 🦤
MIT License
85 stars 14 forks source link

How can we know if a publish call has succeeded? #12

Closed ChristianChiarulli closed 1 year ago

aussedatlo commented 1 year ago

You can subscribe to the event with kind = 0 (Metadata) and check if you received the same metadata after a publish

ChristianChiarulli commented 1 year ago

thanks @aussedatlo I got it working