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.
Rusty Russell
d20ddb5a90
|
10 years ago | |
---|---|---|
bitcoin | 10 years ago | |
ccan | 10 years ago | |
secp256k1 | 10 years ago | |
test-cli | 10 years ago | |
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
Makefile | 10 years ago | |
README.md | 10 years ago | |
anchor.c | 10 years ago | |
anchor.h | 10 years ago | |
close_tx.c | 10 years ago | |
close_tx.h | 10 years ago | |
commit_tx.c | 10 years ago | |
commit_tx.h | 10 years ago | |
find_p2sh_out.c | 10 years ago | |
find_p2sh_out.h | 10 years ago | |
lightning.pb-c.c | 10 years ago | |
lightning.pb-c.h | 10 years ago | |
lightning.proto | 10 years ago | |
opt_bits.c | 10 years ago | |
opt_bits.h | 10 years ago | |
overflows.h | 10 years ago | |
permute_tx.c | 10 years ago | |
permute_tx.h | 10 years ago | |
pkt.c | 10 years ago | |
pkt.h | 10 years ago | |
protobuf_convert.c | 10 years ago | |
protobuf_convert.h | 10 years ago |
README.md
Strawman protocol for lightning channels.
The wire protocol is documented in lightning.proto (a protobuf definition file).
There are command line utilities to create and process various packets in test-cli.
This is very much a testbed and work in progress; expect All The Things to change, all the time.
Cheers,
Rusty.