From 707df58d344beb330606810e267fd3df866b5a28 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 2 May 2019 10:23:35 -0300 Subject: [PATCH 1/3] add Sparko See https://github.com/fiatjaf/sparko --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1480839..5f014de 100644 --- a/readme.md +++ b/readme.md @@ -65,6 +65,7 @@ Implementations of the Lightning Network Protocol - [Presto](https://github.com/icota/presto) - c-lightning based desktop wallet - [Lightning Peach Wallet](https://github.com/LightningPeach/lightning-peach-wallet) - Bitfury Lightning Wallet - [spark-wallet](https://github.com/shesek/spark-wallet) - Minimal GUI for c-lightning; available as web, mobile and desktop application +- [sparko](https://github.com/fiatjaf/sparko) - spark-wallet reimplemented in Go for single-binary distribution and fine-grained access control - [Voltage](https://github.com/benharold/voltage) - Voltage is a macOS GUI for c-lightning - [Node-launcher](https://github.com/lightning-power-users/node-launcher) - Quickly install BTC and launch the LN desktop app From e008eeffe970f00e95125d342a309deabc898ca6 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 2 May 2019 10:26:14 -0300 Subject: [PATCH 2/3] Add lntop See https://github.com/edouardparis/lntop --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1480839..7ae4e49 100644 --- a/readme.md +++ b/readme.md @@ -66,6 +66,7 @@ Implementations of the Lightning Network Protocol - [Lightning Peach Wallet](https://github.com/LightningPeach/lightning-peach-wallet) - Bitfury Lightning Wallet - [spark-wallet](https://github.com/shesek/spark-wallet) - Minimal GUI for c-lightning; available as web, mobile and desktop application - [Voltage](https://github.com/benharold/voltage) - Voltage is a macOS GUI for c-lightning +- [lntop](https://github.com/edouardparis/lntop) - TUI-based interactive channels dashboard for Unix systems - [Node-launcher](https://github.com/lightning-power-users/node-launcher) - Quickly install BTC and launch the LN desktop app ### Web Interfaces From 55d76fae8aef43e1d36fbe76b440bb95d06edb29 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 2 May 2019 10:27:44 -0300 Subject: [PATCH 3/3] Add rust-lightning See https://github.com/rust-bitcoin/rust-lightning --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1480839..71a1d51 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,7 @@ Implementations of the Lightning Network Protocol - [eclair](https://github.com/ACINQ/eclair) - A Scala implementation of the Lightning Network (Scala) - [lit](https://github.com/mit-dci/lit) - Lightning Network node software (Golang) - [c-lightning](https://github.com/ElementsProject/lightning) - A Lightning Network implementation in C +- [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 [Incomplete]