upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRicardo Arturo Cabral Mejía <me@ricardocabral.io>2024-02-10 09:52:57 -0800
committerGitHub <noreply@github.com>2024-02-10 09:52:57 -0800
commit0dd66f0661127d25248e4e13c08e18fe28d86b61 (patch)
tree5ea808b0fa92e54a99118dd0600e7c9ce1c5e4d9 /README.md
parent3bbbe3ad71ffdb3a14f5baa5211bedaee38f7e41 (diff)
add nip-302 relay pool to readmenips/302
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 438f517..ba1e000 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
78- [NIP-96: HTTP File Storage Integration](96.md) 78- [NIP-96: HTTP File Storage Integration](96.md)
79- [NIP-98: HTTP Auth](98.md) 79- [NIP-98: HTTP Auth](98.md)
80- [NIP-99: Classified Listings](99.md) 80- [NIP-99: Classified Listings](99.md)
81- [NIP-302: Relay Pools](302.md)
81 82
82## Event Kinds 83## Event Kinds
83| kind | description | NIP | 84| kind | description | NIP |
@@ -109,6 +110,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
109| `5000`-`5999` | Job Request | [90](90.md) | 110| `5000`-`5999` | Job Request | [90](90.md) |
110| `6000`-`6999` | Job Result | [90](90.md) | 111| `6000`-`6999` | Job Result | [90](90.md) |
111| `7000` | Job Feedback | [90](90.md) | 112| `7000` | Job Feedback | [90](90.md) |
113| `8000` | Relay Pool Join Request | [302](302.md) |
112| `9041` | Zap Goal | [75](75.md) | 114| `9041` | Zap Goal | [75](75.md) |
113| `9734` | Zap Request | [57](57.md) | 115| `9734` | Zap Request | [57](57.md) |
114| `9735` | Zap | [57](57.md) | 116| `9735` | Zap | [57](57.md) |
@@ -138,6 +140,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
138| `30004` | Curation sets | [51](51.md) | 140| `30004` | Curation sets | [51](51.md) |
139| `30008` | Profile Badges | [58](58.md) | 141| `30008` | Profile Badges | [58](58.md) |
140| `30009` | Badge Definition | [58](58.md) | 142| `30009` | Badge Definition | [58](58.md) |
143| `30010` | Relay Pool | [302](302.md) |
141| `30015` | Interest sets | [51](51.md) | 144| `30015` | Interest sets | [51](51.md) |
142| `30017` | Create or update a stall | [15](15.md) | 145| `30017` | Create or update a stall | [15](15.md) |
143| `30018` | Create or update a product | [15](15.md) | 146| `30018` | Create or update a product | [15](15.md) |
@@ -207,6 +210,7 @@ Please update these lists when proposing NIPs introducing new event kinds.
207| `t` | hashtag | -- | | 210| `t` | hashtag | -- | |
208| `alt` | summary | -- | [31](31.md) | 211| `alt` | summary | -- | [31](31.md) |
209| `amount` | millisatoshis, stringified | -- | [57](57.md) | 212| `amount` | millisatoshis, stringified | -- | [57](57.md) |
213| `auth-required` | either nip-42 or nip-98 | -- | [302](302.md) |
210| `bolt11` | `bolt11` invoice | -- | [57](57.md) | 214| `bolt11` | `bolt11` invoice | -- | [57](57.md) |
211| `challenge` | challenge string | -- | [42](42.md) | 215| `challenge` | challenge string | -- | [42](42.md) |
212| `client` | name, address | relay URL | [89](89.md) | 216| `client` | name, address | relay URL | [89](89.md) |