lnsocket

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

commit 88358002738324cc9a679a918d4e3f4b2ab7cef4
parent 2d66f232ac0ede4efc28d34f9f1400a11016e729
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 16 Jan 2022 10:16:01 -0800

update readme

Diffstat:
MREADME | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -4,8 +4,22 @@ lnsocket A simple C library for sending messages over the lightning network +Work in progress! + Building -------- make + + +Contributing +------------ + +Send patches to me at jb55@jb55.com: + +$ git config format.subjectPrefix 'PATCH lnsocket' +$ git config sendemail.to 'William Casarin <jb55@jb55.com>' +$ git send-email --annotate HEAD^ + +See https://git-send-email.io/ for configuring your mailer