upleb.uk

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

summaryrefslogtreecommitdiff
path: root/69.md
diff options
context:
space:
mode:
authorMohammed Alotaibi <a@4rs.nl>2025-02-04 15:50:20 +0300
committerGitHub <noreply@github.com>2025-02-04 21:50:20 +0900
commit4e564ba4d99f247a6c2c1734d01a12c9bda8c1db (patch)
tree10ca988619b6b43f3a25c84736833f066b893278 /69.md
parenta70e49e21cf286889568ce034011a29ba994faa0 (diff)
Fix NIPs refs (#1740)
Diffstat (limited to '69.md')
-rw-r--r--69.md4
1 files changed, 2 insertions, 2 deletions
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