upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--31.md2
-rw-r--r--47.md2
-rw-r--r--64.md2
-rw-r--r--69.md4
-rw-r--r--90.md2
5 files changed, 6 insertions, 6 deletions
diff --git a/31.md b/31.md
index ee92052..37e4130 100644
--- a/31.md
+++ b/31.md
@@ -12,4 +12,4 @@ The intent is that social clients, used to display only `kind:1` notes, can stil
12 12
13These clients that only know `kind:1` are not expected to ask relays for events of different kinds, but users could still reference these weird events on their notes, and without proper context these could be nonsensical notes. Having the fallback text makes that situation much better -- even if only for making the user aware that they should try to view that custom event elsewhere. 13These clients that only know `kind:1` are not expected to ask relays for events of different kinds, but users could still reference these weird events on their notes, and without proper context these could be nonsensical notes. Having the fallback text makes that situation much better -- even if only for making the user aware that they should try to view that custom event elsewhere.
14 14
15`kind:1`-centric clients can make interacting with these event kinds more functional by supporting [NIP-89](https://github.com/nostr-protocol/nips/blob/master/89.md). 15`kind:1`-centric clients can make interacting with these event kinds more functional by supporting [NIP-89](89.md).
diff --git a/47.md b/47.md
index 932c263..f15dc01 100644
--- a/47.md
+++ b/47.md
@@ -82,7 +82,7 @@ If the command was successful, the `error` field must be null.
82 82
83The notification event SHOULD contain one `p` tag, the public key of the **user**. 83The notification event SHOULD contain one `p` tag, the public key of the **user**.
84 84
85The content of notifications is encrypted with [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md), and is a JSON-RPCish object with a semi-fixed structure: 85The content of notifications is encrypted with [NIP04](04.md), and is a JSON-RPCish object with a semi-fixed structure:
86 86
87```jsonc 87```jsonc
88{ 88{
diff --git a/64.md b/64.md
index 616c5d6..318ea87 100644
--- a/64.md
+++ b/64.md
@@ -44,7 +44,7 @@ Clients SHOULD publish PGN notes in ["export format"][pgn_export_format] ("stric
44 44
45Clients SHOULD check whether the formatting is valid and all moves comply with chess rules. 45Clients SHOULD check whether the formatting is valid and all moves comply with chess rules.
46 46
47Clients MAY include additional tags (e.g. like [`"alt"`](https://github.com/nostr-protocol/nips/blob/master/31.md)) in order to represent the note to users of non-supporting clients. 47Clients MAY include additional tags (e.g. like [`"alt"`](31.md)) in order to represent the note to users of non-supporting clients.
48 48
49## Relay Behavior 49## Relay Behavior
50 50
diff --git a/69.md b/69.md
index 330d6e5..0cfceea 100644
--- a/69.md
+++ b/69.md
@@ -12,7 +12,7 @@ This NIP defines a simple standard for peer-to-peer order events, which enables
12 12
13## The event 13## The event
14 14
15Events are [addressable events](https://github.com/nostr-protocol/nips/blob/master/01.md#kinds) and use `38383` as event kind, a p2p event look like this: 15Events are [addressable events](01.md#kinds) and use `38383` as event kind, a p2p event look like this:
16 16
17```json 17```json
18{ 18{
@@ -65,7 +65,7 @@ Events are [addressable events](https://github.com/nostr-protocol/nips/blob/mast
65- `name` [Name]: The name of the maker. 65- `name` [Name]: The name of the maker.
66- `g` [Geohash]: The geohash of the operation, it can be useful in a face to face trade. 66- `g` [Geohash]: The geohash of the operation, it can be useful in a face to face trade.
67- `bond` [Bond]: The bond amount, the bond is a security deposit that both parties must pay. 67- `bond` [Bond]: The bond amount, the bond is a security deposit that both parties must pay.
68- `expiration` < Expiration\>: The expiration date of the order ([NIP-40](https://github.com/nostr-protocol/nips/blob/master/40.md)). 68- `expiration` < Expiration\>: The expiration date of the order ([NIP-40](40.md)).
69- `y` < Platform >: The platform that created the order. 69- `y` < Platform >: The platform that created the order.
70- `z` < Document >: `order`. 70- `z` < Document >: `order`.
71 71
diff --git a/90.md b/90.md
index 1d69b0f..785b539 100644
--- a/90.md
+++ b/90.md
@@ -70,7 +70,7 @@ All tags are optional.
70 70
71## Encrypted Params 71## Encrypted Params
72 72
73If the user wants to keep the input parameters a secret, they can encrypt the `i` and `param` tags with the service provider's 'p' tag and add it to the content field. Add a tag `encrypted` as tags. Encryption for private tags will use [NIP-04 - Encrypted Direct Message encryption](https://github.com/nostr-protocol/nips/blob/master/04.md), using the user's private and service provider's public key for the shared secret 73If the user wants to keep the input parameters a secret, they can encrypt the `i` and `param` tags with the service provider's 'p' tag and add it to the content field. Add a tag `encrypted` as tags. Encryption for private tags will use [NIP-04 - Encrypted Direct Message encryption](04.md), using the user's private and service provider's public key for the shared secret
74 74
75```json 75```json
76[ 76[