Learning-Bitcoin-from-the-C.../19_0_Using_Lightning.md
2021-08-09 11:30:39 -03:00

52 lines
2.2 KiB
Markdown

# Chapter Nineteen: Using Lightning
> :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 continue work with the `lightning-cli` command-line interface. You'll create invoices, perform payments, and close channels — all of the major activities for using Lightning.
## Objectives for This Chapter
After working through this chapter, a developer will be able to:
* Perform payments on the Lightning Network.
* Apply closure to a Lightning channel.
Supporting objectives include the ability to:
* Understand the format of invoices.
* Understand the life cycle of Lightning Network payments.
* Know how to expand the Lightning Network.
## Table of Contents
* [Section One: Generating a Payment Request](19_1_Generate_a_Payment_Request.md)
* [Section Two: Paying an Invoice](19_2_Paying_a_Invoice.md)
* [Section Three: Closing a Lightning Channel](19_3_Closing_a_Channel.md)
* [Section Four: Expanding the Lightning Network](19_4_Lightning_Network_Review.md)
# Capítulo dezenove: usando um raio
>: Informação_Source: ** Nota: ** Este é um rascunho em andamento, para que eu possa obter algum feedback dos iniciantes. Ainda não está pronto para aprender.
Neste capítulo, você continuará trabalhando com a interface de linha de comando "Lightning-Cli` Você criará faturas, executará pagamentos e canais fechados - todas as principais atividades para usar o Lightning.
## Objetivos para este capítulo
Depois de trabalhar através deste capítulo, um desenvolvedor será capaz de:
* Execute pagamentos na rede relâmpago.
* Aplique o fechamento para um canal de relâmpago.
Objetivos de apoio incluem a capacidade de:
* Compreender o formato das faturas.
* Entenda o ciclo de vida dos pagamentos de rede de raios.
* Saber como expandir a rede relâmpago.
## Índice
* [Seção One: Gerando uma solicitação de pagamento] (19_1_Generate_A_Payment_Request.md)
* [Seção dois: pagando uma fatura] (19_2_Paying_a_invoice.md)
* [Seção três: fechando um canal de raio] (19_3_closing_a_channel.md)
* [Seção Quatro: Expandindo a rede Lightning] (19_4_lightning_network_review.md)