diff --git a/tutorials/apps/README.md b/tutorials/apps/README.md index c10fef1..81d744c 100644 --- a/tutorials/apps/README.md +++ b/tutorials/apps/README.md @@ -7,5 +7,9 @@ Other great sources of Lightning apps: * [https://www.lapps.co/](https://www.lapps.co/) * [https://lightningnetworkstores.com/](https://lightningnetworkstores.com/) +How to build Lightning apps: + +* [WebLN Guide](https://www.webln.guide/) - This guide covers how to build a Bitcoin Lightning-driven web application using the WebLN standard. + diff --git a/tutorials/wallets/README.md b/tutorials/wallets/README.md index d02ed0e..264752e 100644 --- a/tutorials/wallets/README.md +++ b/tutorials/wallets/README.md @@ -39,6 +39,10 @@ Wallets are one of the most actively developed applications in the Bitcoin and L There are multiple types of wallet: +#### Browser Wallet + +A browser wallet runs on a Internet Browser (e.g. Chrome, Firefox, Edge, etc.). They can run a Lightning node directly in the browser, allow to connect mobile, desktop or web wallets or can be custodial. [Alby](https://getalby.com/) is one example. + #### Desktop Wallet A desktop wallet runs on Windows, macOS, or Linux. Often running a complete Bitcoin and Lightning node, desktop wallets are the most common in the Lightning Ecosystem as LN requires constant uptime to maintain channels.