lnsocket

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

commit 8b4abb12a05c0cd2dcc2926deee22841ee2ef9d2
parent 8d5bcde61725eb14978d4a99c0259e1efebfdeca
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  7 Jun 2022 09:53:41 -0700

clarify that this is also a js and go library

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # lnsocket -A simple C library for sending messages over the lightning network +A simple C, JS and Go library for sending messages over the lightning network. Thanks to Rusty and the clightning project for much of this code, I have adapted it to be more library friendly.