mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
Chapters 6, 7 and README updates
This commit is contained in:
parent
c0d6916ec3
commit
f8fc418202
@ -1,4 +1,4 @@
|
||||
== Introduction to Part Two
|
||||
== Lightning Network Architecture
|
||||
|
||||
In the first part of this book we introduced the main concepts of the Lightning Network, worked through a comprehensive example of routing a payment and set up the tools we can use to explore further. In the second part of the book we will explore the Lightning Network in a lot more technical detail, dissecting each of the building blocks.
|
||||
|
@ -1,7 +1,7 @@
|
||||
[[routing_on_a_network_of_payment_channels]]
|
||||
== Routing on a Network of Payment channels
|
||||
|
||||
In this section we will finally unpack how payment channels can be connected to a network of other payment channels via a process called _routing_. Specifically, we will look at the first part of the routing layer, the Atomic & Trustless Multihop Payment protocol. This is highlighted by a double outline in the protocol suite diagram:
|
||||
In this section we will finally unpack how payment channels can be connected to form a _network of payment channels_ via a process called _routing_. Specifically, we will look at the first part of the routing layer, the Atomic & Trustless Multihop Payment protocol. This is highlighted by a double outline in the protocol suite diagram:
|
||||
|
||||
[[LN_protocol_routing_highlight]]
|
||||
.The Lightning Network Protocol Suite
|
@ -35,8 +35,8 @@ The current status of the book is "IN PROGRESS". See below for status of specifi
|
||||
| [Nodes (LN Clients)](04_node_client.asciidoc) | #################### | :heavy_check_mark: |
|
||||
| [Operating a Node](05_node_operations.asciidoc) | ############################# | :heavy_check_mark: |
|
||||
| PART 2 | PART 2 | PART2 |
|
||||
| [Part 2 Introduction](part2_intro.asciidoc) | # | :lock_with_ink_pen: |
|
||||
| [Routing (HTLCs)](routing.asciidoc) | #################### | :lock_with_ink_pen: |
|
||||
| [Lightning Architecture](06_lightning_architecture.asciidoc) | # | :mag: |
|
||||
| [Routing (HTLCs)](07_routing_htlcs.asciidoc) | ############### | :mag: |
|
||||
| [Channel Construction in Detail](channel-construction.asciidoc) | ########### | :lock_with_ink_pen: |
|
||||
| [Channel operation with HTLCs and Statemachine](channel-operation.asciidoc) | ###### | :lock_with_ink_pen: |
|
||||
| [Payment Path Finding](path-finding.asciidoc) | ############### | :lock_with_ink_pen: |
|
||||
@ -52,7 +52,7 @@ The current status of the book is "IN PROGRESS". See below for status of specifi
|
||||
| [An - License Notices](appendix_license_notices.asciidoc) | # | :heavy_check_mark: |
|
||||
|
||||
|
||||
Total Word Count: 97843
|
||||
Total Word Count: 101126
|
||||
|
||||
Target Word Count: 100,000-120,000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user