doc: Changes to more pages (#125)
* Changes to more pages
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
parent
6d8ee66019
commit
9281cb74fb
3 changed files with 37 additions and 4 deletions
17
README.md
17
README.md
|
|
@ -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)
|
||||||
|
[](https://github.com/lnbits/lnbits)
|
||||||
|
|
||||||
# LNURLp - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>
|
# LNURLp - <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>
|
||||||
|
|
@ -55,3 +65,10 @@ Now you can receive sats to your newly created LN address. You will find this in
|
||||||
[](https://postimg.cc/3WwsXJHP)
|
[](https://postimg.cc/3WwsXJHP)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## Powered by LNbits
|
||||||
|
|
||||||
|
[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.
|
||||||
|
|
||||||
|
[](https://shop.lnbits.com/)
|
||||||
|
[](https://my.lnbits.com/login)
|
||||||
|
|
|
||||||
13
config.json
13
config.json
|
|
@ -1,7 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Pay Links",
|
"id": "paylink",
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"short_description": "Make reusable LNURL pay links",
|
"name": "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",
|
"tile": "/lnurlp/static/image/lnurl-pay.png",
|
||||||
"min_lnbits_version": "1.4.0",
|
"min_lnbits_version": "1.4.0",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
@ -51,5 +54,9 @@
|
||||||
],
|
],
|
||||||
"description_md": "https://raw.githubusercontent.com/lnbits/lnurlp/main/description.md",
|
"description_md": "https://raw.githubusercontent.com/lnbits/lnurlp/main/description.md",
|
||||||
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/lnurlp/main/toc.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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue