Nostr Wallet Connect (NIP-47) SDK — pay invoices, check balance, create invoices. Part of the open-source OpenClaw Nostr toolkit. MIT licensed.
pip install nostrwalletconnect
python -m venv .venv && . .venv/bin/activate
pip install -e ".[dev]"
python -m pytest -q # tests
python -m build # sdist + wheel
src/nostrwalletconnect/— package sourcetests/— pytest suiteclawhub/— ClawHub skill metadata (SKILL.md, metadata.json)
- Python + pyproject (hatchling). Pure-Python crypto (
cryptography), zero native build deps. - Public, MIT-licensed, open source.