diff --git a/config.json b/config.json index 01d62e5..365f522 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,46 @@ "name": "Nostr Market", "short_description": "Nostr Webshop/market on LNbits", "tile": "/nostrmarket/static/images/bitcoin-shop.png", - "contributors": [], - "min_lnbits_version": "0.12.6" + "min_lnbits_version": "0.12.6", + "contributors": [ + { + "name": "motorina0", + "uri": "https://github.com/motorina0", + "role": "Contributor" + }, + { + "name": "benarc", + "uri": "https://github.com/benarc", + "role": "Developer" + }, + { + "name": "talvasconcelos", + "uri": "https://github.com/talvasconcelos", + "role": "Developer" + } + ], + "images": [ + { + "uri": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/static/image/1.png" + }, + { + "uri": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/static/image/2.png" + }, + { + "uri": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/static/image/3.png" + }, + { + "uri": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/static/image/4.png" + }, + { + "uri": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/static/image/5.png" + }, + { + "uri": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/static/image/6.jpg", + "link": "https://www.youtube.com/embed/t9Z2tEsrNIU?si=rOQvwCUSWhwPPmYW" + } + ], + "description_md": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/description.md", + "terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/nostrmarket/main/toc.md", + "license": "MIT" } diff --git a/description.md b/description.md new file mode 100644 index 0000000..9b3b5ba --- /dev/null +++ b/description.md @@ -0,0 +1,12 @@ +> IMPORTANT: Nostr market needs the nostr-client extension installed. + +Buy and sell things over Nostr, using NIP15 https://github.com/nostr-protocol/nips/blob/master/15.md + +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. + +The Nostr Market extension includes: +* 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. + diff --git a/static/images/1.png b/static/images/1.png new file mode 100644 index 0000000..b52baa8 Binary files /dev/null and b/static/images/1.png differ diff --git a/static/images/2.png b/static/images/2.png new file mode 100644 index 0000000..2c67a46 Binary files /dev/null and b/static/images/2.png differ diff --git a/static/images/3.png b/static/images/3.png new file mode 100644 index 0000000..833b0f6 Binary files /dev/null and b/static/images/3.png differ diff --git a/static/images/4.png b/static/images/4.png new file mode 100644 index 0000000..854e734 Binary files /dev/null and b/static/images/4.png differ diff --git a/static/images/5.png b/static/images/5.png new file mode 100644 index 0000000..71b04dd Binary files /dev/null and b/static/images/5.png differ diff --git a/static/images/6.jpg b/static/images/6.jpg new file mode 100644 index 0000000..5c3f576 Binary files /dev/null and b/static/images/6.jpg differ diff --git a/toc.md b/toc.md new file mode 100644 index 0000000..544be53 --- /dev/null +++ b/toc.md @@ -0,0 +1,22 @@ +# Terms and Conditions for LNbits Extension + +## 1. Acceptance of Terms +By installing and using the LNbits extension ("Extension"), you agree to be bound by these terms and conditions ("Terms"). If you do not agree to these Terms, do not use the Extension. + +## 2. License +The Extension is free and open-source software, released under [specify the FOSS license here, e.g., GPL-3.0, MIT, etc.]. You are permitted to use, copy, modify, and distribute the Extension under the terms of that license. + +## 3. No Warranty +The Extension is provided "as is" and with all faults, and the developer expressly disclaims all warranties of any kind, whether express, implied, statutory, or otherwise, including but not limited to warranties of merchantability, fitness for a particular purpose, non-infringement, and any warranties arising out of course of dealing or usage of trade. No advice or information, whether oral or written, obtained from the developer or elsewhere will create any warranty not expressly stated in this Terms. + +## 4. Limitation of Liability +In no event will the developer be liable to you or any third party for any direct, indirect, incidental, special, consequential, or punitive damages, including lost profit, lost revenue, loss of data, or other damages arising out of or in connection with your use of the Extension, even if the developer has been advised of the possibility of such damages. The foregoing limitation of liability shall apply to the fullest extent permitted by law in the applicable jurisdiction. + +## 5. Modification of Terms +The developer reserves the right to modify these Terms at any time. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on the appropriate location within or associated with the Extension. + +## 6. General Provisions +If any provision of these Terms is held to be invalid or unenforceable, that provision will be enforced to the maximum extent permissible, and the other provisions of these Terms will remain in full force and effect. These Terms constitute the entire agreement between you and the developer regarding the use of the Extension. + +## 7. Contact Information +If you have any questions about these Terms, please contact the developer at [developer's contact information]. \ No newline at end of file