mkl-
mkl-
It is a good idea. We probably will use https://github.com/rust-bitcoin/rust-lightning-invoice About https://github.com/rust-bitcoin/rust-lightning : is there any demo implementation of Lightning node to see how parts feet together?
Thanks for the demo! Objectives: - have own implementation with full source control due to security reasons - have an implementation in Rust: -- to ensure memory safety, performance, etc......
Parts that a not highly coupled are routing(handling routing information), wire, encryption, key derivation. So they may be useful for rust-lightning. Yes, we have done some preliminary work on Lightning...
Then you cannot steal anything from us) Maybe we can use some code from your implementation. I will check rust-lightning more closely, maybe found some cooperation points. It seems you...