From 3dd91e998f23fd7bc0bf1f33b9fdd3cea5aef8ce Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Mon, 14 Sep 2020 10:00:04 +0200 Subject: [PATCH] Create 19_0_Understanding_Your_Lightning_Setup.md --- 19_0_Understanding_Your_Lightning_Setup.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 19_0_Understanding_Your_Lightning_Setup.md diff --git a/19_0_Understanding_Your_Lightning_Setup.md b/19_0_Understanding_Your_Lightning_Setup.md new file mode 100644 index 0000000..4af96f9 --- /dev/null +++ b/19_0_Understanding_Your_Lightning_Setup.md @@ -0,0 +1,20 @@ +# Chapter Nineteen: Understanding Your Lighting Setup + +> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. + +In this chapter you'll be ready to continue begin working with the `lightning-cli` command-line interface. You'll create invoices, permorm payments and close channels. + +## Objectives for This Chapter + +Supporting objectives include the ability to: + + * Use Basic Informational Commands. + * Create and understang Lightning channels. + * Perform payments on the lightning network. + * Pay and describe invoices. + +## Table of Contents + +* [Section Four: Generate a payment request](19_1_Generate_a_Payment_Request.md) +* [Section Five: Paying an invoice](19_2_Paying_a_Invoice.md) +* [Section Five: Closing a Channel](19_3_Closing_a_Channel.md)