Update 13_7_Lightning_Network_Implementations.md

This commit is contained in:
Javier Vargas 2020-08-05 17:02:20 +02:00 committed by GitHub
parent 0e186876cb
commit 56f145f2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) |