We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f960bc + 86ece9f commit 0e4434dCopy full SHA for 0e4434d
1 file changed
README.md
@@ -9,6 +9,10 @@ The primary goal of LDK Server is to provide an efficient, stable, and API-first
9
a Lightning Network node. With its streamlined setup, LDK Server enables users to easily set up, configure, and run
10
a Lightning node while exposing a robust, language-agnostic API via [Protocol Buffers (Protobuf)](https://protobuf.dev/).
11
12
+> **Warning**
13
+> LDK Server is still under active development and is not ready for production use. Until the v0.1 release, the
14
+> persisted data model may change in non-backwards-compatible ways. Do not run it with funds you cannot afford to lose.
15
+
16
## Workspace Crates
17
18
- `ldk-server`: daemon that runs the Lightning node and exposes the API
0 commit comments