Merge pull request #171 from lnbits/more_pages

Changes to more pages
This commit is contained in:
Arc 2026-02-16 14:22:14 +00:00 committed by GitHub
commit 125481bda8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 13 deletions

View file

@ -1,3 +1,13 @@
<a href="https://lnbits.com" target="_blank" rel="noopener noreferrer">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/QE6SIrs.png">
<img src="https://i.imgur.com/fyKPgVT.png" alt="LNbits" style="width:280px">
</picture>
</a>
[![License: MIT](https://img.shields.io/badge/License-MIT-success?logo=open-source-initiative&logoColor=white)](./LICENSE)
[![Built for LNbits](https://img.shields.io/badge/Built%20for-LNbits-4D4DFF?logo=lightning&logoColor=white)](https://github.com/lnbits/lnbits)
# Nostr Market ([NIP-15](https://github.com/nostr-protocol/nips/blob/master/15.md)) - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small> # Nostr Market ([NIP-15](https://github.com/nostr-protocol/nips/blob/master/15.md)) - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>
<small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions).</small> <small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions).</small>
@ -147,3 +157,10 @@ Stall and product are _Parameterized Replaceable Events_ according to [NIP-33](h
Order placing, invoicing, payment details and order statuses are handled over Nostr using [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md). Order placing, invoicing, payment details and order statuses are handled over Nostr using [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md).
Customer support is handled over whatever communication method was specified. If communicationg via nostr, [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md) is used. Customer support is handled over whatever communication method was specified. If communicationg via nostr, [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md) is used.
## Powered by LNbits
[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.
[![Visit LNbits Shop](https://img.shields.io/badge/Visit-LNbits%20Shop-7C3AED?logo=shopping-cart&logoColor=white&labelColor=5B21B6)](https://shop.lnbits.com/)
[![Try myLNbits SaaS](https://img.shields.io/badge/Try-myLNbits%20SaaS-2563EB?logo=lightning&logoColor=white&labelColor=1E40AF)](https://my.lnbits.com/login)

View file

@ -1,12 +1,15 @@
{ {
"name": "Nostr Market", "id": "nostrmarket",
"version": "1.1.0", "version": "1.1.0",
"name": "Nostr Market",
"repo": "https://github.com/lnbits/nostrmarket",
"short_description": "Nostr Webshop/market on LNbits", "short_description": "Nostr Webshop/market on LNbits",
"tile": "/nostrmarket/static/images/nostr-market.png", "description": "",
"tile": "/nostrmarket/static/images/bitcoin-shop.png",
"min_lnbits_version": "1.4.0", "min_lnbits_version": "1.4.0",
"contributors": [ "contributors": [
{ {
"name": "motorina0", "name": "Vlad Stan",
"uri": "https://github.com/motorina0", "uri": "https://github.com/motorina0",
"role": "Contributor" "role": "Contributor"
}, },
@ -19,6 +22,11 @@
"name": "talvasconcelos", "name": "talvasconcelos",
"uri": "https://github.com/talvasconcelos", "uri": "https://github.com/talvasconcelos",
"role": "Developer" "role": "Developer"
},
{
"name": "BenGWeeks",
"uri": "https://github.com/BenGWeeks",
"role": "Developer"
} }
], ],
"images": [ "images": [
@ -44,5 +52,9 @@
], ],
"description_md": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/description.md", "description_md": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/toc.md", "terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/toc.md",
"license": "MIT" "license": "MIT",
"paid_features": "",
"tags": ["Nostr", "Marketplace"],
"donate": "",
"hidden": false
} }

View file

@ -1,12 +1,10 @@
> IMPORTANT: Nostr market needs the nostr-client extension installed. Buy and sell products over Nostr using the NIP-15 marketplace protocol.
Buy and sell things over Nostr, using NIP15 https://github.com/nostr-protocol/nips/blob/master/15.md Its functions include:
Nostr was partly based on the the previous version of this extension "Diagon Alley", so lends itself very well to buying and sellinng over Nostr. - Managing products, sales, and customer communication as a merchant
- Browsing and ordering products as a customer
- Tracking order status and delivery
- Communicating via NIP-04 encrypted direct messages
The Nostr Market extension includes: A decentralized commerce solution for merchants and buyers who want to trade goods and services over Nostr with end-to-end encrypted communication.
- A merchant client to manage products, sales and communication with customers.
- A customer client to find and order products from merchants, communicate with merchants and track status of ordered products.
All communication happens over NIP04 encrypted DMs.