From 4e9b0f1951fefb2c4bf90b6d2b8604258e97b71d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 24 Jun 2015 16:18:07 +0930 Subject: [PATCH] Actually commit the README.md. Oops. Signed-off-by: Rusty Russell --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..39f81e3f9 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Strawman protocol for lightning channels. + +The wire protocol is documented in [lightning.proto](lightning.proto) +(a [protobuf](https://developers.google.com/protocol-buffers/) +definition file). + +There are command line utilities to create and process various packets +in [test-cli](test-cli/HOWTO-USE.md). + +This is very much a testbed and work in progress; expect All The +Things to change, all the time. + +Cheers, + +Rusty.