diff --git a/site/source/_static/images/lightning/alby-cln.png b/site/source/_static/images/lightning/alby-cln.png new file mode 100644 index 0000000..988e017 Binary files /dev/null and b/site/source/_static/images/lightning/alby-cln.png differ diff --git a/site/source/_static/images/lightning/alby-lnd-connect-companion.png b/site/source/_static/images/lightning/alby-lnd-connect-companion.png new file mode 100644 index 0000000..87808f9 Binary files /dev/null and b/site/source/_static/images/lightning/alby-lnd-connect-companion.png differ diff --git a/site/source/_static/images/lightning/cln-in-alby.png b/site/source/_static/images/lightning/cln-in-alby.png new file mode 100644 index 0000000..eeccf79 Binary files /dev/null and b/site/source/_static/images/lightning/cln-in-alby.png differ diff --git a/site/source/_static/images/lightning/cln-nodeid.png b/site/source/_static/images/lightning/cln-nodeid.png new file mode 100644 index 0000000..e63f66e Binary files /dev/null and b/site/source/_static/images/lightning/cln-nodeid.png differ diff --git a/site/source/_static/images/lightning/cln-peer-interface.png b/site/source/_static/images/lightning/cln-peer-interface.png new file mode 100644 index 0000000..51aedd9 Binary files /dev/null and b/site/source/_static/images/lightning/cln-peer-interface.png differ diff --git a/site/source/_static/images/lightning/commando-rune.png b/site/source/_static/images/lightning/commando-rune.png new file mode 100644 index 0000000..6ac5d8d Binary files /dev/null and b/site/source/_static/images/lightning/commando-rune.png differ diff --git a/site/source/_static/images/lightning/enable-console-spark.png b/site/source/_static/images/lightning/enable-console-spark.png new file mode 100644 index 0000000..9f6aa45 Binary files /dev/null and b/site/source/_static/images/lightning/enable-console-spark.png differ diff --git a/site/source/_static/images/lightning/lnd-connect-rest-url.png b/site/source/_static/images/lightning/lnd-connect-rest-url.png new file mode 100644 index 0000000..2c598c0 Binary files /dev/null and b/site/source/_static/images/lightning/lnd-connect-rest-url.png differ diff --git a/site/source/_static/images/lightning/start9-lnd-in-alby.png b/site/source/_static/images/lightning/start9-lnd-in-alby.png new file mode 100644 index 0000000..59790bb Binary files /dev/null and b/site/source/_static/images/lightning/start9-lnd-in-alby.png differ diff --git a/site/source/user-manual/service-guides/lightning/index.rst b/site/source/user-manual/service-guides/lightning/index.rst index d16c62c..527ae5b 100644 --- a/site/source/user-manual/service-guides/lightning/index.rst +++ b/site/source/user-manual/service-guides/lightning/index.rst @@ -9,5 +9,5 @@ These guides will help get you started with Lightning. .. toctree:: :maxdepth: 1 - lightning + lightning-first-channel lightning-integrations \ No newline at end of file diff --git a/site/source/user-manual/service-guides/lightning/lightning.rst b/site/source/user-manual/service-guides/lightning/lightning-first-channel.rst similarity index 100% rename from site/source/user-manual/service-guides/lightning/lightning.rst rename to site/source/user-manual/service-guides/lightning/lightning-first-channel.rst diff --git a/site/source/user-manual/service-guides/lightning/lightning-integrations.rst b/site/source/user-manual/service-guides/lightning/lightning-integrations.rst index 67f9430..63e9228 100644 --- a/site/source/user-manual/service-guides/lightning/lightning-integrations.rst +++ b/site/source/user-manual/service-guides/lightning/lightning-integrations.rst @@ -4,6 +4,78 @@ Lightning Integrations Below is a list of lightning wallets and clients along with instructions on how to use them with your Embassy. +Alby +---- + +Available For +............. +- Chrome-based browsers +- Firefox + +Make sure you are already :ref:`running Tor` on your system if you want to use Core Lightning. For LND this isn't necessary as you can use their companion app. + +#. Download the Alby extension by visiting the `Alby Github `_, selecting your browser, and installing. +#. On the Alby welcome screen, select "Get Started." +#. Create a strong password and store it somewhere safe, like your Vaultwarden password manager. +#. On the next screen, select "Other Wallets". +#. Now follow the appropriate guide for your lightning implementation: + +.. tabs:: + + .. group-tab:: Core Lightning + + #. Click Core Lightning. + + .. figure:: /_static/images/lightning/cln-in-alby.png + :width: 60% + + #. For "Host" this is your Peer Interface - find this at the top of "Interfaces" within the CLN service on your Embassy. Remove the *http://* at the start. + + .. figure:: /_static/images/lightning/cln-peer-interface.png + :width: 60% + + #. For "Public key" enter your "Node Id" found at the top of "Properties" (also within the CLN service on your Embassy). + + .. figure:: /_static/images/lightning/cln-nodeid.png + :width: 60% + + #. For "Rune" you will need to install the `Spark `_ service on your Embassy, launch the UI, click in the bottom left where you see "v0.3.2" or something similar, and click "Console". + + .. figure:: /_static/images/lightning/enable-console-spark.png + :width: 60% + + #. Enter "commando-rune", hit "execute" and then copy what you see after "rune:" and paste it into Alby. + + .. figure:: /_static/images/lightning/commando-rune.png + :width: 60% + + #. Leave the Port as 9735. It should look like this: + + .. figure:: /_static/images/lightning/alby-cln.png + :width: 60% + + #. Click Continue. Once the connection is completed you will see a success page that displays the balance of your CLN node in Sats. You can now launch the tutorial and learn how to use Alby! + + .. group-tab:: LND + + #. Select "Start9" + + .. figure:: /_static/images/lightning/start9-lnd-in-alby.png + :width: 60% + + #. You'll now need to enter your LND Connect REST URL from your LND service page's "Properties" section. + + .. figure:: /_static/images/lightning/lnd-connect-rest-url.png + :width: 60% + + #. Alby will warn that you are connecting over Tor and prompt you to download the companion app - do so and follow the instructions for adding it to your browser. + + .. figure:: /_static/images/lightning/alby-lnd-connect-companion.png + :width: 60% + + #. Click "Connect" and once connection is completed you will see a success page that displays the balance of your LND node in Sats. You can now launch the tutorial and learn how to use Alby! + + .. _blue-wallet-lightning: BlueWallet