commit 617033b3c73040a45acd934eb0454ad59206764e
parent 44435a6624b160dc93aa03ce3b61bff294b581ec
Author: William Casarin <jb55@jb55.com>
Date: Sun, 16 Jan 2022 10:08:41 -0800
build instructions
Diffstat:
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -5,3 +5,4 @@
*.o
/configurator
/test
+TODO.bak
diff --git a/README b/README
@@ -3,3 +3,9 @@ lnsocket
========
A simple C library for sending messages over the lightning network
+
+
+Building
+--------
+
+make
diff --git a/TODO b/TODO
@@ -1,2 +1,2 @@
-tlv messages +lnsocket
+(A) tlv messages +lnsocket
pull only what is needed from secp and sodium +lnsocket