lightningdevkit / lightningdevkit.org

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

Add "LDK Event Handling" guide #33

Open valentinewallace opened 3 years ago

valentinewallace commented 3 years ago

Basically I need to finish #27

ConorOkus commented 3 years ago

We currently make it clear that multiple types of events need to be handled, but the user has to do some external digging to the site to find examples of how to do this.

In general, I think we should break up our guides/tutorials into separate pages to allow more room to add these code examples directly into the docs e.g Initialize the ChannelManagerPersister would have its own page with example code for each type of event handling.