From 0c190e0b61baea19e7bc9656e84e4c9d9d1847a6 Mon Sep 17 00:00:00 2001 From: DoktorShift Date: Sun, 25 Jan 2026 14:21:13 +0100 Subject: [PATCH 1/3] Changes to more pages --- README.md | 19 +++++++++++++++++++ config.json | 13 ++++++++++--- description.md | 11 ++++++++++- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72fe035..3f062b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + + + + LNbits + + + +[![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) + # LNURLp - [LNbits](https://github.com/lnbits/lnbits) extension For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions) @@ -12,6 +22,7 @@ LNURL is a range of lightning-network standards that allow us to use lightning-n 1. Create an LNURLp (New Pay link)\ ![create lnurlp](https://i.imgur.com/rhUBJFy.jpg) + - select your wallets - make a small description - enter amount @@ -24,6 +35,7 @@ LNURL is a range of lightning-network standards that allow us to use lightning-n 2. Use the shareable link or view the LNURLp you just created\ ![LNURLp](https://i.imgur.com/C8s1P0Q.jpg) + - you can now open your LNURLp and copy the LNURL, get the shareable link or print it\ ![view lnurlp](https://i.imgur.com/4n41S7T.jpg) @@ -55,3 +67,10 @@ Now you can receive sats to your newly created LN address. You will find this in [![lnurl-details.jpg](https://i.postimg.cc/zDwq1V2X/lnurl-details.jpg)](https://postimg.cc/3WwsXJHP) + +## 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) diff --git a/config.json b/config.json index 41a398f..4e7c574 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,10 @@ { + "id": "paylink", + "version": "1.2.0", "name": "Pay Links", - "version": "1.3.0", - "short_description": "Make reusable LNURL pay links", + "repo": "https://github.com/lnbits/lnurlp", + "short_description": "Make static reusable LNURL pay links or lightning addresses", + "description": "", "tile": "/lnurlp/static/image/lnurl-pay.png", "min_lnbits_version": "1.4.0", "contributors": [ @@ -51,5 +54,9 @@ ], "description_md": "https://raw.githubusercontent.com/lnbits/lnurlp/main/description.md", "terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/lnurlp/main/toc.md", - "license": "MIT" + "license": "MIT", + "paid_features": "", + "tags": ["Merchant", "Payments"], + "donate": "", + "hidden": false } diff --git a/description.md b/description.md index 3a81e0d..a4cdd4f 100644 --- a/description.md +++ b/description.md @@ -1 +1,10 @@ -Create a static LNURLp or LNaddress people can use to pay. +Create static LNURL-pay links and Lightning addresses for receiving payments. + +Its functions include: + +- Generating reusable LNURL-pay QR codes +- Creating custom Lightning addresses +- Setting minimum and maximum payment amounts +- Adding payment descriptions and metadata + +A foundational tool for anyone who wants a simple, reusable way to receive Lightning payments with a static QR code or Lightning address. From 64925d2f872d7fa1a81f4bfad4d0ead3aaaef810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 27 Jan 2026 11:33:24 +0100 Subject: [PATCH 2/3] prettier --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3f062b7..9fcef84 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ LNURL is a range of lightning-network standards that allow us to use lightning-n 1. Create an LNURLp (New Pay link)\ ![create lnurlp](https://i.imgur.com/rhUBJFy.jpg) - - select your wallets - make a small description - enter amount @@ -35,7 +34,6 @@ LNURL is a range of lightning-network standards that allow us to use lightning-n 2. Use the shareable link or view the LNURLp you just created\ ![LNURLp](https://i.imgur.com/C8s1P0Q.jpg) - - you can now open your LNURLp and copy the LNURL, get the shareable link or print it\ ![view lnurlp](https://i.imgur.com/4n41S7T.jpg) From 2816889191e3871a15874bfa26a6037045e565f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 27 Jan 2026 11:35:22 +0100 Subject: [PATCH 3/3] revert version --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 4e7c574..5742544 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "id": "paylink", - "version": "1.2.0", + "version": "1.3.0", "name": "Pay Links", "repo": "https://github.com/lnbits/lnurlp", "short_description": "Make static reusable LNURL pay links or lightning addresses",