You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,36 +21,42 @@ a Lightning node while exposing a robust, language-agnostic API via [Protocol Bu
21
21
- Built on top of LDK-Node, leveraging the modular, reliable, and high-performance architecture of LDK.
22
22
23
23
-**Effortless Integration**:
24
-
- Ideal for embedding Lightning functionality into payment processors, self-hosted nodes, custodial wallets, or other Lightning-enabled
24
+
- Ideal for embedding Lightning functionality into payment processors, self-hosted nodes, custodial wallets, or
25
+
other Lightning-enabled
25
26
applications.
26
27
27
28
### Project Status
28
29
29
30
🚧 **Work in Progress**:
31
+
30
32
-**APIs Under Development**: Expect breaking changes as the project evolves.
31
33
-**Potential Bugs and Inconsistencies**: While progress is being made toward stability, unexpected behavior may occur.
32
-
-**Improved Logging and Error Handling Coming Soon**: Current error handling is rudimentary (specially for CLI), and usability improvements are actively being worked on.
34
+
-**Improved Logging and Error Handling Coming Soon**: Current error handling is rudimentary (specially for CLI), and
35
+
usability improvements are actively being worked on.
33
36
-**Pending Testing**: Not tested, hence don't use it for production!
34
37
35
38
We welcome your feedback and contributions to help shape the future of LDK Server!
36
39
37
-
38
40
### Configuration
41
+
39
42
Refer `./ldk-server/ldk-server-config.toml` to see available configuration options.
0 commit comments