messing around with python, nostr and qt
git clone https://github.com/monty888/newty.git
cd newty
python3 -m venv venv
source venv/bin/activate
pip install .Keystore for nostr accounts.
TODO...Basic NIP46 signer app, accounts can be created imported using the account app.
python -m newty.signer_appMake basic query request to nostr relays.
python basic_query.py

