2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00
Go to file
2021-07-26 08:56:09 +02:00
.github/ISSUE_TEMPLATE
callouts
code/docker
contrib onion routing path and payloads 2021-07-26 08:56:09 +02:00
images Unwrapping the onion diagrams 2021-07-26 08:56:09 +02:00
theme
tools indent 2021-07-26 08:56:09 +02:00
.editorconfig
.gitignore
.travis.yml
01_introduction.asciidoc
02_getting_started.asciidoc
03_how_ln_works.asciidoc
04_node_client.asciidoc
05_node_operations.asciidoc
06_lightning_architecture.asciidoc
07_payment_channels.asciidoc
08_routing_htlcs.asciidoc
09_channel_operation.asciidoc Unwrapping the onion 2021-07-26 08:56:09 +02:00
10_onion_routing.asciidoc ch-10: chan extracts the inner HMAC instead of verifying again 2021-07-26 08:56:09 +02:00
appendix_failure_types.asciidoc Error return and conclusion 2021-07-26 08:56:09 +02:00
appendix_license_notices.asciidoc
appendix-bitcoin-fundamentals-review.asciidoc
atlas.json
author_bio.html
colo.html
CONTRIBUTING.md
copyright.html
cover.html
failure_types_table.asciidoc Updated failure_types table 2021-07-26 08:56:09 +02:00
glossary.asciidoc Update glossary.asciidoc (#667) 2021-07-23 10:55:52 +02:00
ix.html
LICENSE.md
preface.asciidoc added name to preface 2021-07-25 14:40:10 +08:00
README.md misc edits and heading changes, README update 2021-07-26 08:56:09 +02:00
titlepage.html
toc.html

Mastering the Lightning Network

Build Status

Mastering Lightning Cover

About

Mastering the Lightning Network is an O'Reilly Media book, due for publication in Q4'2021, and announced in August 2019 by authors Andreas M. Antonopoulos (@aantonop), Olaoluwa Osuntokun (@roasbeef), Rene Pickhardt (@renepickhardt).

The book describes the Lightning Network (LN), a Peer-to-Peer protocol running on top of Bitcoin and other blockchains, which provides near-instant, secure, micro-payments.

The book is suitable for technical readers with an understanding of the fundamentals of Bitcoin and other open blockchains.

Status

The current status of the book is "RELEASE PREP". See below for status of specific chapters and read the contribution guide to learn how and where to contribute.

Legend

  • 🔃 LIVE EDITS - Continuously changing: Submit focused/small Issues and PRs
  • 🔍 REVIEW - Ready for review: Submit Issues and PRs as needed
  • 🔏 EARLY DRAFT - In progress, changing often: Submit issues only, NO PRs or fixes
  • 📑 OUTLINE - Rough outline - Please contribute! PRs welcome.
  • 💭 PLANNED - Planned section - Do nothing yet.
  • ✔️ DRAFT PUBLISHED - Published in early release - Copy edit only.
Section Length (Word Count) Status
PART 1 PART 1 PART 1
Preface and Acknowledgments #### ✔️
Glossary ############## 🔃
Introduction ########## ✔️
Getting Started ############# ✔️
LN Basics (How LN Works) ########################### ✔️
Nodes (LN Clients) #################### ✔️
Operating a Node ############################# ✔️
PART 2 PART 2 PART2
Lightning Architecture # ✔️
Payment Channels in Detail ################# ✔️
Routing (HTLCs) ################ ✔️
Channel operation and HTLC settlement ####### 🔍
Onion Construction and Routing ########## 🔏
Payment Path Finding ############### 🔏
P2P Communication ### 📑
Channel Graph and Gossip Layer ### 📑
End-to-End Payment Presentation Layer ### 📑
Lightning Applications (LApps) # 💭
LN Security and Privacy ################ 🔏
LN's Future # 💭
APPENDICES APPENDICES APPENDICES
A1 - Bitcoin Fundamentals Review ########### ✔️
An - License Notices # ✔️

Total Word Count: 86412

Target Word Count: 100,000-120,000

Contributing

The authors welcome contributions to this book! Read the Guide to Contributing

Source and license

Mastering the Lightning Network is released under the Creative Commons CC-BY-NC-ND license, which allows sharing the source code for personal use only. You may read this book for free. You may not create derivatives (such as PDF copies), or distribute the book commercially. The full terms of the license can be found here:

Creative Commons License

Mastering the Lightning Network by Andreas M. Antonopoulos, Olaoluwa Osuntokun, Rene Pickhardt is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

It is expected that the book will be released under a more permissive CC-BY-SA license within a year of publication.