Absolutely. I use it for HAMSTR.
The docs and examples for the python ffi however....suck
Absolutely. I use it for HAMSTR.
The docs and examples for the python ffi however....suck
Oh, I see
Do yourself a favor, use the event builder. Otherwise it seems to have issues on easy things. All my nostr stuff is in backend/nostr.py
I'm not really getting it to do anything, I got it to generate keys a few minutes ago but that's as far as if really gotten
Hey, it's start.
I don't understand the event builder thing, I'll probably need to just wait until the docs get a bit more complete
Basically, it allows you to create a new object for an event, and then you add things to it, it's cleaner I think. You can use the builder to add filters, date, kinds, etc ...
The docs and python example is events.py I think