From 1363368e7946d56dbe995e67946d0d46a1dd2925 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Oct 2020 07:47:38 -1000 Subject: [PATCH] new edits --- 18_0_Understanding_Your_Lightning_Setup.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/18_0_Understanding_Your_Lightning_Setup.md b/18_0_Understanding_Your_Lightning_Setup.md index bd1a382..69ca1a4 100644 --- a/18_0_Understanding_Your_Lightning_Setup.md +++ b/18_0_Understanding_Your_Lightning_Setup.md @@ -2,18 +2,19 @@ > :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. -The previous chapter concluded our work with Bitcoin proper, through CLI, scripting, and programming languages. However, there are many other utilities within the Bitcoin ecosystem: this chapter and the cover the largest. Here you'll begin work with the `lightning-cli` command-line interface, first by understanding c-lightning setup and its features — which is what will be explained with some examples and basic configuration. +The previous chapter concluded our work with Bitcoin proper, through CLI, scripting, and programming languages. However, there are many other utilities within the Bitcoin ecosystem: this chapter and the next cover what may be the biggest and most important: the Lightning Network. Here you'll begin work with the `lightning-cli` command-line interface, understanding a c-lightning setup and its features, including some examples and basic configuration. ## Objectives for This Chapter After working through this chapter, a developer will be able to: * Assess that a C-lightning Node is Installed and Up-to-date - * Perform Casic Lightning Wallet Commands + * Perform Basic Lightning Wallet Commands * Create a LIghtning Channel Supporting objectives include the ability to: + * Understand the Steps for Installing Lightning * Understand the Basic Lightning Configuration ## Table of Contents