You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
419 B
16 lines
419 B
10 years ago
|
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.
|