2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-18 21:28:03 +00:00

Add eclair to the list of server implementations

Even though Eclair is known for its mobile wallets, its primary work
is a server implementation aimed at scalable enterprise deployments.

Change the content of the "Bitcoin Node" column to specify supported
implementations.
This commit is contained in:
Bastien Teinturier 2019-12-30 10:28:13 +01:00
parent 3ce10cc84e
commit 26128fcc83
No known key found for this signature in database
GPG Key ID: BE5D342AD368C13A

View File

@ -187,8 +187,9 @@ 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: Here are some current examples of LN node and wallet applications for different types of devices:
|=== |===
| Application | Device | LN Node | Bitcoin Node | Wallet Type | | Application | Device | LN Node | Bitcoin Node | Wallet Type |
| lnd | Server | Full Node | Optional | Full Control | | lnd | Server | Full Node | Bitcoin Core/btcd | Full Control |
| c-lightning | Server | Full Node | Full Node | Full Control | | c-lightning | Server | Full Node | Bitcoin Core | Full Control |
| Zap Desktop | Desktop | Full Node | Full Node | Full Control | | eclair | Server | Full Node | Bitcoin Core/Electrum | Full Control |
| Eclair | Mobile | Lightweight | | Zap Desktop | Desktop | Full Node | Bitcoin Core/btcd | Full Control |
| Eclair Mobile | Mobile | Lightweight | Electrum | Full Control |