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
ed46dd355d
|
9 years ago | |
---|---|---|
bitcoin | 9 years ago | |
ccan | 9 years ago | |
doc | 9 years ago | |
secp256k1 | 9 years ago | |
test | 9 years ago | |
test-cli | 9 years ago | |
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
Makefile | 9 years ago | |
README.md | 10 years ago | |
close_tx.c | 10 years ago | |
close_tx.h | 10 years ago | |
commit_tx.c | 9 years ago | |
commit_tx.h | 10 years ago | |
find_p2sh_out.c | 10 years ago | |
find_p2sh_out.h | 10 years ago | |
funding.c | 9 years ago | |
funding.h | 9 years ago | |
lightning.pb-c.c | 9 years ago | |
lightning.pb-c.h | 9 years ago | |
lightning.proto | 9 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 | 9 years ago | |
pkt.h | 9 years ago | |
protobuf_convert.c | 9 years ago | |
protobuf_convert.h | 10 years ago | |
state.c | 9 years ago | |
state.h | 9 years ago | |
state_types.h | 9 years ago | |
version.c | 10 years ago | |
version.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.
It requires features not currently in bitcoin, so it runs on top of the sidechain Elements Alpha
This is very much a testbed and work in progress; expect All The Things to change, all the time.
Cheers,
Rusty.