lnsocket

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

commit 70918a6940fafd9539c94f28fd539a84806af8fa
parent 32c0826e7af0d61cecde11e92060ce7e4bc7c720
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  8 Mar 2022 21:56:21 -0800

readme

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -43,9 +43,9 @@ WASM/JS/Web $ make wasm -This will build lnsocket.js and lnsocket.wasm so that you can connect to the -lightning network from your browser via websockets. See lnsocket_example.js for -a demo. +This will build lnsocket.js and lnsocket_module.wasm so that you can connect to +the lightning network from your browser via websockets. See lnsocket_example.js +for a demo. Examples