Anything built with NDK supports outbox
Discussion
Is that automatic or do developers have to opt-in by using that method? Is it by default to use outbox? Can developers choose to use the legacy method?
is there an easy way to see which applications were built with NDK? i guess crawling repos on github? any particular string of text i could search for?
Give this a try: https://github.com/search?q=%40nostr-dev-kit%2Fndk+path%3A**%2Fpackage.json&type=code
Perfect. Thank you.