Merge pull request #96 from t-bast/ch01-add-eclair

Add eclair to the list of server implementations
pull/107/head
Andreas M. Antonopoulos 5 years ago committed by GitHub
commit 4316302fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -202,8 +202,10 @@ Lightning wallets can be installed on a variety of devices, including laptops, s
Here are some current examples of LN node and wallet applications for different types of devices:
|===
| Application | Device | LN Node | Bitcoin Node | Wallet Type |
| lnd | Server | Full Node | Optional | Full Control |
| c-lightning | Server | Full Node | Full Node | Full Control |
| Zap Desktop | Desktop | Full Node | Full Node | Full Control |
| Eclair | Mobile | Lightweight | 3rd Party | Full Control |
| Application | Device | LN Node | Bitcoin Node | Wallet Type |
| lnd | Server | Full Node | Bitcoin Core/btcd | Full Control |
| c-lightning | Server | Full Node | Bitcoin Core | Full Control |
| eclair | Server | Full Node | Bitcoin Core/Electrum | Full Control |
| Zap Desktop | Desktop | Full Node | Bitcoin Core/btcd | Full Control |
| Eclair Mobile | Mobile | Lightweight | Electrum | Full Control |
|===

Loading…
Cancel
Save