lightningdevkit / lightningdevkit.org

Lightning Development Kit Documentation
https://lightningdevkit.org
MIT License
59 stars 39 forks source link

Add Build a Node Rust Guide #40

Closed valentinewallace closed 3 years ago

valentinewallace commented 3 years ago

Closes #14

valentinewallace commented 3 years ago

A few structural comments, but I assume docs were copied from Java and code was copied from sample so it should all be pretty much good.

Yeah, pretty much. I made some modifications like switching clones to references and removing tokio::spawn calls to make it nicer. So it's not super copiable, but there's a big fat link to the sample node at the top if people want to see integrated Rust samples.