From 86ece9fd067070392453c71fc03c369aa9f8db63 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 6 Jul 2026 17:44:27 -0500 Subject: [PATCH] Add warning to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c7bac8d..e69d65a1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ The primary goal of LDK Server is to provide an efficient, stable, and API-first a Lightning Network node. With its streamlined setup, LDK Server enables users to easily set up, configure, and run a Lightning node while exposing a robust, language-agnostic API via [Protocol Buffers (Protobuf)](https://protobuf.dev/). +> **Warning** +> LDK Server is still under active development and is not ready for production use. Until the v0.1 release, the +> persisted data model may change in non-backwards-compatible ways. Do not run it with funds you cannot afford to lose. + ## Workspace Crates - `ldk-server`: daemon that runs the Lightning node and exposes the API