File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,10 @@ only option. Some Rust-Lightning utilities such as those in
66
66
non-LN Bitcoin applications such as DLCs and bulletin boards.
67
67
68
68
A sample node which fetches blockchain data and manages on-chain funds via the
69
- Bitcoin Core RPC/REST interface is available [ here] ( ../ldk-sample ) . The
70
- individual pieces of that demo are be composable, so you can pick the
71
- off-the-shelf parts you want and replace the rest.
69
+ Bitcoin Core RPC/REST interface is available
70
+ [ here] ( https://github.com/lightningdevkit/ldk-sample/ ) . The individual pieces of
71
+ that demo are be composable, so you can pick the off-the-shelf parts you want
72
+ and replace the rest.
72
73
73
74
In general, Rust-Lightning does not provide (but LDK has implementations of):
74
75
* on-disk storage - you can store the channel state any way you want - whether
You can’t perform that action at this time.
0 commit comments