Nostr Dev support needed 😃

I am troubleshooting and learning nostr one step at a time.

I am trying to send an event to a relay that I created with nip-07. I am stringfying it before I send it.

But the relay sends this back: '["NOTICE","ERROR: bad msg: unparseable message"]'

Any ideas what I am be doing wrong?

When I console.log the signedevent. it looks ok.

Reply to this note

Please Login to reply.

Discussion

Look here for the method SendEvent to have some example of the right serialization to make

https://github.com/smaciullator/NostrSharp/blob/main/NostrSharp%2FRelay%2FNSMultiRelay.cs