Actually commit the README.md.

Oops.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2015-06-24 16:18:07 +09:30
parent 602117e8bb
commit 4e9b0f1951

15
README.md Normal file
View File

@ -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.