2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
Go to file
2021-09-10 20:44:13 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2020-02-06 08:11:44 -06:00
callouts O'Reilly templates 2020-02-01 10:14:27 -06:00
code Merge pull request #837 from cdecker/cl-fix 2021-09-05 05:24:41 -05:00
contrib Appendices and README update 2021-08-04 09:34:13 +02:00
images Color screenshots 2021-08-11 11:32:21 +02:00
theme O'Reilly templates 2020-02-01 10:14:27 -06:00
tools Channel graph construction 2021-08-03 13:31:29 +02:00
.editorconfig Add trim_trailing_whitespace to .editorconfig 2020-02-09 08:35:06 -08:00
.gitignore moved gitignore 2021-07-20 15:15:09 +02:00
.travis.yml Relaxed Travis to avoid breaking builds while things are in flux 2020-04-19 17:51:38 -04:00
01_introduction.asciidoc Update 01_introduction.asciidoc (#686) 2021-07-26 17:20:12 +02:00
02_getting_started.asciidoc Add reference to bitcoin fundamentals appendix 2021-03-23 11:23:39 -06:00
03_how_ln_works.asciidoc Small edit on who funds the channel. (#767) 2021-09-10 20:34:15 +02:00
04_node_client.asciidoc capitalization fix (#784) 2021-09-10 20:38:47 +02:00
05_node_operations.asciidoc Explain plugins (#786) 2021-09-10 20:40:36 +02:00
06_lightning_architecture.asciidoc Chapters 6, 7 and README updates 2021-05-03 14:08:02 -05:00
07_payment_channels.asciidoc capitalization fix (#791) 2021-09-10 20:43:57 +02:00
08_routing_htlcs.asciidoc spelling mistake paragraph 595 (#763) 2021-08-02 20:03:27 +02:00
09_channel_operation.asciidoc Unwrapping the onion 2021-07-26 08:56:09 +02:00
10_onion_routing.asciidoc Moved stuck/stuckless payments and PTLCs to onion chapter 2021-08-04 08:54:02 +02:00
11_gossip_channel_graph.asciidoc Gossip release 2021-08-02 12:04:53 +02:00
12_path_finding.asciidoc Moved stuck/stuckless payments and PTLCs to onion chapter 2021-08-04 08:54:02 +02:00
13_security_privacy_ln.asciidoc Renamed security as chapter 13 2021-08-04 09:13:39 +02:00
appendix_encrypted_transport.asciidoc Appendices and README update 2021-08-04 09:34:13 +02:00
appendix_failure_types.asciidoc Error return and conclusion 2021-07-26 08:56:09 +02:00
appendix_license_notices.asciidoc Added subheading to license notice appendix 2020-02-08 10:33:10 -06:00
appendix_payment_requests.asciidoc Appendices and README update 2021-08-04 09:34:13 +02:00
appendix_wire_protocol.asciidoc Appendices and README update 2021-08-04 09:34:13 +02:00
appendix-bitcoin-fundamentals-review.asciidoc asymmetric, delayed, revocable commitments 2021-06-29 10:28:45 -04:00
atlas.json Updated atlas.json 2021-02-11 06:02:57 -08:00
author_bio.html Edited author_bio.html with Atlas code editor 2021-02-12 13:13:12 -08:00
colo.html Updates to O'Reilly files 2020-02-01 11:03:34 -06:00
CONTRIBUTING.md contributing: add US spelling instruction 2020-11-13 10:34:02 +02:00
copyright.html Edited copyright.html with Atlas code editor 2021-02-12 13:18:16 -08:00
cover.html Edited cover.html with Atlas code editor 2021-02-12 13:10:21 -08:00
failure_types_table.asciidoc Updated failure_types table 2021-07-26 08:56:09 +02:00
github_contributors.asciidoc add ogunden contributor (#787) 2021-09-10 20:41:35 +02:00
glossary.asciidoc Update glossary.asciidoc (#667) 2021-07-23 10:55:52 +02:00
ix.html O'Reilly templates 2020-02-01 10:14:27 -06:00
LICENSE.md Initial LICENSE.md 2019-08-26 14:42:07 -06:00
preface.asciidoc Update preface.asciidoc 2021-08-02 20:02:59 +02:00
README.md Appendices and README update 2021-08-04 09:34:13 +02:00
titlepage.html Edited titlepage.html with Atlas code editor 2021-02-12 13:15:10 -08:00
toc.html O'Reilly templates 2020-02-01 10:14:27 -06:00

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 "IN PRODUCTION": ONLY COPY-EDIT CONTRIBUTIONS ARE ACCEPTED.

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 ################ ✔️
Channel Graph and Gossip Layer ############ ✔️
Payment Path Finding ############ ✔️
LN Security and Privacy ################ ✔️
APPENDICES APPENDICES APPENDICES
A1 - Bitcoin Fundamentals Review ########### ✔️
A2 - Payment Requests (Invoices) #### ✔️
A3 - Wire Protocol ################# ✔️
A4 - Encrypted Message Transport (Brontide) ########## ✔️
A5 - License Notices # ✔️

Total Word Count: 125288

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.