From 3c8a76a1c1dd87e818df2a5b3b99dd38f8fd72de Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Tue, 17 May 2022 14:14:26 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 40b8289..27d4823 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,8 @@ if you got the Lightning Address enabled you also get a LNURL-pay URL: https://`{your domain}/lnurlp/{anything}` +If you need an bech32 encoded version you can use this online tool: [https://lnurl.fiatjaf.com/codec/](https://lnurl.fiatjaf.com/codec/) + ### Customize your ⚡ website LnMe comes with a default website but you can easily configure and build your own using the the LnMe JavaScript widget or JSON API. @@ -181,6 +183,13 @@ Take a look at the [embedded default website](https://github.com/bumi/lnme/blob/ 2. Create your index.html 3. Run lnme: `lnme --static-path=/home/satoshi/my-ln-page +### Usage with 21 Payment Widgets + +[widgets.twentyuno.net](https://widgets.twentyuno.net/) is a beautiful embeddable payment widget for any existing website. +You can use your LnMe instance with the widget by using your [LnMe LNURL](https://github.com/bumi/lnme#lnurl) with the widget. + +Use your bech32 encoded [LNURL](https://github.com/bumi/lnme#lnurl) as `Receiver` in the [widget configuration](https://widgets.twentyuno.net/get-started) + ### JavaScript Widget integration You can integrate the LnMe widget in your existing website.