From bfc99937f602a773c7a0ebaa2c6a01f50aa60746 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:03:29 +0000 Subject: [PATCH] Update README.md --- lnbits/extensions/market/README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lnbits/extensions/market/README.md b/lnbits/extensions/market/README.md index 79675fd1a..b10e17baa 100644 --- a/lnbits/extensions/market/README.md +++ b/lnbits/extensions/market/README.md @@ -35,22 +35,6 @@ The `merchant` admin software can be purely clientside, but for `convenience` an NIP-01 https://github.com/nostr-protocol/nips/blob/master/01.md uses the basic NOSTR event type. -``` -{ - "id": <32-bytes sha256 of the the serialized event data> - "pubkey": <32-bytes hex-encoded public key of the event creator>, - "created_at": , - "kind": , - "tags": [ - ["e", <32-bytes hex of the id of another event>, ], - ["p", <32-bytes hex of the key>, ], - ... // other kinds of tags may be included later - ], - "content": , - "sig": <64-bytes signature of the sha256 hash of the serialized event data, which is the same as the "id" field> -} -``` - The `merchant` event that publishes and updates product lists The below json goes in `content` of NIP-01.