What’s the easiest way to set up your own relay that will accept custom events but be accessible to all?
#asknostr
What’s the easiest way to set up your own relay that will accept custom events but be accessible to all?
#asknostr
nostr:nprofile1qqszazzq4cvzptd37trn6zc7hvgdlx5tf35lqmsw9qnamf4ae3rzx8qzt2ejv for personal relay with whitelist
#nostream, u can whitelist and blacklist event types, should work, right?
Custom events that don’t exist yet?
Why not? You just provide an array of integers in the configuration file to whitelist or blacklist certain event kinds. From looking at the code of various projects, like Primal and others, it seems like a very common thing that developers will come up with their own nonexistent event, integer kinds, and use them for various things.
Ok thanks! 🙏
Let me know if you can't find the right part of the nostream GitHub repository and I'll send you a link