Skip to content

Commit 7a6a654

Browse files
committed
docs: sanitized public CLAUDE.md (working context is private)
1 parent 6d1b637 commit 7a6a654

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CLAUDE.md — nostrwalletconnect
2+
3+
## What this is
4+
Nostr Wallet Connect (NIP-47) SDK — pay invoices, check balance, create invoices. Part of the open-source OpenClaw Nostr toolkit. MIT licensed.
5+
6+
## Install
7+
```
8+
pip install nostrwalletconnect
9+
```
10+
11+
## Develop
12+
```
13+
python -m venv .venv && . .venv/bin/activate
14+
pip install -e ".[dev]"
15+
python -m pytest -q # tests
16+
python -m build # sdist + wheel
17+
```
18+
19+
## Layout
20+
- `src/nostrwalletconnect/` — package source
21+
- `tests/` — pytest suite
22+
- `clawhub/` — ClawHub skill metadata (SKILL.md, metadata.json)
23+
24+
## Conventions
25+
- Python + pyproject (hatchling). Pure-Python crypto (`cryptography`), zero native build deps.
26+
- Public, MIT-licensed, open source.

0 commit comments

Comments
 (0)