Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added browser wallets and a guide for building Lightning apps #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tutorials/apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



4 changes: 4 additions & 0 deletions tutorials/wallets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down