nostr-dev-kit / ndk

Nostr Development Kit with outbox-model support
https://nostr-dev-kit.github.io/ndk/
MIT License
366 stars 99 forks source link

Does NDK automatically validate signatures of fetched events? #242

Closed coinop-logan closed 5 months ago

coinop-logan commented 5 months ago

I'm guessing it does, because the readme says nothing about how to do this. But if so it would be nice if this was stated somewhere in the readme!

(Sorry if this is a weird place to ask this)

erskingardner commented 5 months ago

Hey @coinop-logan - yes, NDK validates signatures as soon as it sees an event. Working on making that more obvious very soon.