Skip to content

Commit 4d05e6b

Browse files
authored
fix: Missing LND provider (#6)
1 parent e652f76 commit 4d05e6b

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

docs/swissknife/configuration/ln-providers.mdx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ Core Lightning offers a gRPC and REST API, both supported.
2323
- Run your own node
2424
- Manage your own liquidity
2525

26-
<div class="center-container">
27-
<img
28-
src="/img/article_images/swissknife/cln_node_overview.png"
29-
alt="Core Lightning node"
30-
/>
31-
</div>
32-
*Preview of the Core Lightning node management in the dashboard*.
33-
3426
### gRPC (`ln_provider = "clngrpc"`)
3527

3628
See the configuration values for Core Lightning gRPC [here](swissknife/configuration/index.mdx#core-lightning-provider-grpc).
@@ -61,11 +53,15 @@ Numeraire SwissKnife supports the [Breez SDK](https://github.com/breez/breez-sdk
6153

6254
See the configuration values for Breez [here](swissknife/configuration/index.mdx#breez-lightning-provider).
6355

64-
## LND
56+
## LND (`ln_provider = "lnd"`)
6557

6658
[The Lightning Network Daemon](https://github.com/lightningnetwork/lnd) (LND) - is a complete implementation of a Lightning Network node built in Go by Lightning Labs. It is the most popular Lightning Network implementation and is widely used in the Bitcoin ecosystem.
6759

68-
Coming soon...
60+
- Non-custodial
61+
- Run your own node
62+
- Manage your own liquidity
63+
64+
See the configuration values for LND [here](swissknife/configuration/index.mdx#lnd-provider).
6965

7066
## Phoenixd
7167

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "numeraire-docs",
33
"author": "Dario Anongba Varela",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"email": "dario.varela@numeraire.tech",
66
"description": "Numeraire products documentation",
77
"scripts": {

0 commit comments

Comments
 (0)