lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit 617033b3c73040a45acd934eb0454ad59206764e
parent 44435a6624b160dc93aa03ce3b61bff294b581ec
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 16 Jan 2022 10:08:41 -0800

build instructions

Diffstat:
M.gitignore | 1+
MREADME | 6++++++
MTODO | 2+-
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