docs: update NIPs path to ~/dev/refs/repos/nostr-protocol/nips

This commit is contained in:
Padreug 2026-05-07 10:47:41 +02:00 committed by Padreug
commit dd756ecfc3
2 changed files with 2 additions and 2 deletions

View file

@ -406,7 +406,7 @@ alright, let's build some scaffolding. Take care to look at the lnbits repo to s
Big task. Let me start by gathering patterns in parallel — extension_builder_stub, the nostrmarket model (closest analogue for multi-merchant), the events extension (closest for nostrization), and the LNBits core for invoice/payment internals — before writing code.
Got it — local NIPs repo at `~/dev/nostr-protocol/nips/` (96 markdown files). I'll consult those directly when picking kinds rather than guessing. The ones I'll be reaching for:
Got it — local NIPs repo at `~/dev/refs/repos/nostr-protocol/nips/` (96 markdown files). I'll consult those directly when picking kinds rather than guessing. The ones I'll be reaching for:
- **NIP-01** — base event structure
- **NIP-09** — deletion requests

View file

@ -46,7 +46,7 @@ back to sat (or fiat) at display time.
zero or one parent.
**NIP-XX** — a Nostr Implementation Possibility. Reference repo at
`~/dev/nostr-protocol/nips`. Specific NIPs we use:
`~/dev/refs/repos/nostr-protocol/nips`. Specific NIPs we use:
- **NIP-01** — base event structure; kind 0 metadata.
- **NIP-09** — deletion request (kind 5).