I haven’t used NDK yet, so this may be totally retarded - but can you create your own event kind for a specific use case? Or is it presumably only implementing specific nips? Assuming the later, it would be useful to know how you can add your kind to the class or however its organised so you can test your specific use case via your own relay without needing to spam the network of kind1 events

Replies (1)

So NDK deals mostly in primitives, like NDKEvent (which is just a generic representation of an event). You can create new events with whatever number you want in the kind field. There is an enum that has all the major defined kinds in it already but you don't have to use them.