From 56f145f2b696618d1d92b54acf5dbbb88a291ad3 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Wed, 5 Aug 2020 17:02:20 +0200 Subject: [PATCH] Update 13_7_Lightning_Network_Implementations.md --- 13_7_Lightning_Network_Implementations.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/13_7_Lightning_Network_Implementations.md b/13_7_Lightning_Network_Implementations.md index d937bf5..eee9ba2 100644 --- a/13_7_Lightning_Network_Implementations.md +++ b/13_7_Lightning_Network_Implementations.md @@ -1,5 +1,9 @@ -| Name | Description | -| ------------- | ------------- | -| C-lighting | Blockstream | -| LND | Lightning Labs | -| Eclair | ACINQ | +### Lightning Network implementations + + +| Name | Description | BitcoinStandup | Language | Repository | +| ------------- | ------------- | :---: | ------------- | ------------- | +| C-lighting | Blockstream | X | C | [Download](https://github.com/ElementsProject/lightning) | +| LND | Lightning Labs | X | Go | [Download](https://github.com/lightningnetwork/lnd) | +| Eclair | ACINQ | - | Scala | [Download](https://github.com/ACINQ/eclair) | +