diff --git a/README.md b/README.md index a1b5bc6..52c52e8 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) + # LNURLw - [LNbits](https://github.com/lnbits/lnbits) extension For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions) @@ -48,3 +58,10 @@ LNbits Quick Vouchers allows you to easily create a batch of LNURLw's QR codes t **LNbits bonus:** If a user doesn't have a Lightning Network wallet and scans the LNURLw QR code with their smartphone camera, or a QR scanner app, they can follow the link provided to claim their satoshis and get an instant LNbits wallet! ![](https://i.imgur.com/2zZ7mi8.jpg) + +## 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 de2cba5..8c6cdb8 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,11 @@ { + "id": "withdraw", + "version": "1.2.2", "name": "Withdraw Links", + "repo": "https://github.com/lnbits/withdraw", "short_description": "Make LNURL withdraw links", + "description": "", "tile": "/withdraw/static/image/lnurl-withdraw.png", - "version": "1.2.2", "min_lnbits_version": "1.3.0", "contributors": [ { @@ -58,8 +61,8 @@ ], "images": [ { - "uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/1.jpg", - "link": "https://www.youtube.com/embed/TUmsHpJtveQ?si=3_l1cg0JC8CXHtYf" + "uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/withdraw_thumbnail.jpg", + "link": "https://www.youtube.com/watch?v=TUmsHpJtveQ" }, { "uri": "https://raw.githubusercontent.com/lnbits/withdraw/main/static/image/1.png" @@ -76,5 +79,9 @@ ], "description_md": "https://raw.githubusercontent.com/lnbits/withdraw/main/description.md", "terms_and_conditions_md": "https://raw.githubusercontent.com/withdraw/lnurldevice/main/toc.md", - "license": "MIT" + "license": "MIT", + "paid_features": "", + "tags": ["Wallet", "Vouchers", "Refund"], + "donate": "", + "hidden": false } diff --git a/description.md b/description.md index d918031..f24428e 100644 --- a/description.md +++ b/description.md @@ -1,7 +1,10 @@ -Create a static QR code people can use to withdraw funds from a Lightning Network wallet +Create LNURL-withdraw links that allow others to pull funds from your wallet. -LNURL is a range of lightning-network standards that allow us to use lightning-network differently. An LNURL withdraw is the permission for someone to pull a certain amount of funds from a lightning wallet. +Its functions include: -The most common use case for an LNURL withdraw is a faucet, although it is a very powerful technology, with much further reaching implications. For example, an LNURL withdraw could be minted to pay for a subscription service. Or you can have a LNURLw as an offline Lightning wallet (a pre paid "card"), you use to pay for something without having to even reach your smartphone. +- Generating single-use or multi-use withdraw links +- Setting withdrawal limits and usage counts +- Creating vouchers and gift cards +- Supporting offline Lightning wallet use cases -LNURL withdraw is a very powerful tool and should not have his use limited to just faucet applications. With LNURL withdraw, you have the ability to give someone the right to spend a range, once or multiple times. This functionality has not existed in money before. +A versatile distribution tool for creating Bitcoin vouchers, gift cards, refund and promotional giveaways that recipients can redeem instantly. \ No newline at end of file diff --git a/static/image/withdraw_thumbnail.png b/static/image/withdraw_thumbnail.png new file mode 100644 index 0000000..947ef5a Binary files /dev/null and b/static/image/withdraw_thumbnail.png differ