Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIP-15 Nostr marketplace #330

Merged
merged 32 commits into from
Apr 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
604f6e3
NIP45 Nostr marketplace
arcbtc Mar 6, 2023
5fa3da0
Added correct header
arcbtc Mar 6, 2023
b3adbc6
Added fiatjaf as author, for his comments in the previous repo we fol…
arcbtc Mar 6, 2023
8e03a42
doc: add events table
motorina0 Mar 23, 2023
1e46b3f
doc: add data structures
motorina0 Mar 23, 2023
a73d709
doc: update links
motorina0 Mar 23, 2023
c9f9601
doc: shipping zones
motorina0 Mar 23, 2023
750f257
doc: clean-up
motorina0 Mar 23, 2023
a5b4833
doc: product fields
motorina0 Mar 23, 2023
98448e8
doc: update Step 1: `customer` order (event)
motorina0 Mar 23, 2023
0f705f5
doc: stuff
motorina0 Mar 23, 2023
f7a7552
doc: replace hard-coded values with spec
motorina0 Mar 23, 2023
8edc357
doc: replace concrete values with placeholders
motorina0 Mar 24, 2023
7ae38f6
doc: add message type table
motorina0 Mar 24, 2023
0605320
doc: add type to messages
motorina0 Mar 24, 2023
9b20e0a
doc: clean-up
motorina0 Mar 24, 2023
752a2c4
doc: punctuation
motorina0 Mar 24, 2023
e0ac743
doc: fix UUID
motorina0 Mar 24, 2023
14c7e81
doc: add code type
motorina0 Mar 24, 2023
cebcecc
doc: fix JSON
motorina0 Mar 24, 2023
ed6e3ae
doc: add tags
motorina0 Mar 24, 2023
2cb6587
doc: update titles
motorina0 Mar 24, 2023
55b7d08
doc: clean-up
motorina0 Mar 24, 2023
0928419
Merge pull request #1 from arcbtc/nip_45_draft
motorina0 Mar 24, 2023
545e017
doc: add __Open__ topic
motorina0 Mar 24, 2023
f55a9c2
doc: re-order
motorina0 Mar 24, 2023
9af7652
doc: add `shipping_id`
motorina0 Mar 30, 2023
cf1d1c6
fix: typo
motorina0 Apr 3, 2023
a8076e9
fix: typo
motorina0 Apr 3, 2023
1e3ec27
Renamed to 15
arcbtc Apr 12, 2023
ebe6786
Merge remote-tracking branch 'origin/master' into patch-1
arcbtc Apr 12, 2023
e660b25
Added link to implementation
arcbtc Apr 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: add shipping_id
motorina0 authored Mar 30, 2023
commit 9af7652529a46341bfa6013209fa9cd7ef065e37
3 changes: 2 additions & 1 deletion 45.md
Original file line number Diff line number Diff line change
@@ -143,7 +143,8 @@ The below json goes in content of [NIP04](https://github.com/nostr-protocol/nips
"product_id": <String, UUID of the product>,
"quantity": <int, how many products have been ordered>
}
]
],
"shipping_id": <String, UUID of the shipping zone>
}

```