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

Add electrum to your document #85

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Implementations of the Lightning Network Protocol
- [rust-lightning](https://github.com/rust-bitcoin/rust-lightning) - A Lightning Network implementation in Rust [Incomplete]
- [lightning-onion](https://github.com/lightningnetwork/lightning-onion) - Onion Routed Micropayments for the Lightning Network (Golang)
- [ptarmigan](https://github.com/nayutaco/ptarmigan) - C++ BOLT-Compliant Lightning Network Implementation
- [electrum](https://electrum.org/) - has an integrated Lightning Network implementation in python

### Specifications / White Papers

Expand All @@ -73,6 +74,7 @@ Implementations of the Lightning Network Protocol
- [Node-launcher](https://github.com/lightning-power-users/node-launcher) - Quickly install BTC and launch the LN desktop app
- [Sparkswap Desktop](https://github.com/sparkswap/sparkswap-desktop) - Buy BTC using USD and LND
- [ShockWizard](https://github.com/shocknet/Wizard) - Install a Shockwallet LND node on any Desktop/Laptop in just a few clicks.
- [electrum](https://electrum.org/) - Cross-platform Desktop Application with native lightning support

### Web Interfaces

Expand All @@ -92,6 +94,7 @@ Implementations of the Lightning Network Protocol
- [lntop](https://github.com/edouardparis/lntop) - TUI-based interactive channels dashboard for Unix systems
- [rebalance-lnd](https://github.com/C-Otto/rebalance-lnd) - A script that can be used to balance lightning channels of a lnd node
- [suez](https://github.com/prusnak/suez) - Tool for pretty printing and optimizing Lightning Network channels
- [electrum](https://electrum.org/) - All functionality can be accessed through its built in cli tool. Run `electrum help` to see a list of commands

### Mobile applications

Expand All @@ -103,7 +106,7 @@ Implementations of the Lightning Network Protocol
- [Muun](https://muun.com/) - A Lightning Network wallet for Android. ([Github](https://github.com/muun/apollo))
- [Shockwallet](https://shockwallet.app) - A Lightning SuperApp and Decentralized Social Network. ([Github](https://github.com/shocknet/wallet))
- [Zebedee](https://zbd.gg) - Bitcoin gaming wallet

- [electrum](https://electrum.org/) - Android only, it runs a full electrum lightning node directly on your phone

### Explorers

Expand Down