lightning 0.0.1

A Bitcoin Lightning implementation in Rust. Still super-early code-dump quality and is missing large chunks. See README in git repo for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to finish building it to even try.
Documentation
1
2
3
4
5
6
7
8
9
pub mod byte_utils;
pub mod transaction_utils;
pub mod chacha20poly1305rfc;
pub mod events;

pub(crate) mod internal_traits;

#[cfg(test)]
pub(crate) mod test_utils;