I’ve got a bunch of stuff built on top of python nostr in this GitHub repo if you haven’t seen it. Still trying to get the install ironed out, but `pip nostrfastr` should get you most of the way there and the even if not the code is accessible via notebook. Hopefully it’s helpful! https://armstrys.github.io/nostrfastr/
Discussion
interesting I haven't seen that one. I'll have a look
Sounds good! Let me know if you run into any issues. I’ve also run into secp256k1 install issues, but I want to make this into something that’s accessible for anyone trying to learn about nostr. Lots of packages like python-nostr will no doubt be better foundations for developers building tools.
Oh yes for secp I needed first to do this on mac https://damus.io/note1eleura85v5jatcas8mtxl9398rvawmska0gtfz8mws9nmh57s0jq26mha0
Yes! I know I installed pkg-config at some point to deploy to pypi. I thought it was after installing secp256k1, but not totally sure. Was unsure if it was an intel vs M1 Mac issue, but I also ran into dependency issues trying to install on an Ubuntu vm yesterday with additional dependency issues.
Haven’t looked into it, but wondering if smothering like this could solve dependency issues for people like us who are just trying to get an environment running and don’t car as much about keeping dependencies to a minimum
I’ll have a look. In any case with that brew install pkg-config also getting this pip install wheel then it worked no problem