Skip to content

Commit c5d2fca

Browse files
committed
Add note regarding status & purpose
1 parent bfdda06 commit c5d2fca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# ldk-sample-java
22
sample implementation of LDK for Java (https://github.com/lightningdevkit/ldk-garbagecollected)
3+
4+
## Status / Purpose
5+
6+
This repository contains a sample implementation of LDK as the result of following the steps described in [Building a Node with LDK in Java](https://lightningdevkit.org/docs/build_node).
7+
Its main purpose is providing feedback to the LDK developers.
8+
Therefore:
9+
* code quality / maintainability is bad
10+
* **do NOT use this implementation in production**

0 commit comments

Comments
 (0)