2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
Go to file
Andreas M. Antonopoulos 2a58ca2797
Merge pull request #269 from 8go/patch-53
ch02: global replacement of "LN Channel" with "Lightning Channel"
2020-06-29 10:17:20 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2020-02-06 08:11:44 -06:00
.gitignore Update .gitignore 2019-08-22 13:33:44 -06:00
callouts O'Reilly templates 2020-02-01 10:14:27 -06:00
code/docker Chapter ready for review: node_client.asciidoc 2020-06-27 10:54:28 -04:00
contrib New README with status 2020-05-11 11:48:47 -04:00
images more work on the routing chapter and new graphics... the onion routing part is still work in process and becoming quite extensive 2020-06-13 22:21:54 +02:00
theme O'Reilly templates 2020-02-01 10:14:27 -06:00
tools README - Status by section and wordcount 2020-05-11 12:27:49 -04:00
.editorconfig Add trim_trailing_whitespace to .editorconfig 2020-02-09 08:35:06 -08: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 ch01: Acronym LN (mostly)removed (#261) 2020-06-20 11:38:22 +02:00
02_getting_started.asciidoc Merge pull request #269 from 8go/patch-53 2020-06-29 10:17:20 -04:00
03_how_ln_works.asciidoc typos 2020-06-26 11:40:29 +02:00
appendix_license_notices.asciidoc Added subheading to license notice appendix 2020-02-08 10:33:10 -06:00
atlas.json Add newline ending to atlas.json 2020-02-09 08:33:58 -08:00
author_bio.html Updates to O'Reilly files 2020-02-01 11:03:34 -06:00
channel-construction.asciidoc channel construction: pt1: minor improvements of English 2020-06-24 13:43:26 +00:00
channel-graph.asciidoc ch-channel-graph: add chapter overview 2020-05-05 20:52:38 -07:00
colo.html Updates to O'Reilly files 2020-02-01 11:03:34 -06:00
CONTRIBUTING.md eg. => e.g. 2020-02-05 01:07:25 +01:00
copyright.html Formatting fixes 2020-02-01 11:10:57 -06:00
e2e-presentation-layer.asciidoc ch-e2e: add chapter overview 2020-05-05 21:01:31 -07:00
glossary.asciidoc glossary: minor cleanup, consistent naming, etc (#256) 2020-06-20 11:43:14 +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
node_client.asciidoc Chapter ready for review: node_client.asciidoc 2020-06-27 10:54:28 -04:00
node_operations.asciidoc Fix headings 2020-02-09 10:37:57 -06:00
onion-routing-htlc-forwarding.asciidoc ch-htlc-forwarding: add chapter overview 2020-05-05 20:46:48 -07:00
p2p.asciidoc fixup! chp2p: add chapter outline for p2p chapter 2020-05-05 21:06:33 -07:00
path-finding.asciidoc ch-path-finding: add chapter overview 2020-05-05 20:58:00 -07:00
preface.asciidoc add Haoyu into contributor list (#236) 2020-06-13 16:54:53 +02:00
README.md README: Changed node_client chapter status and updated word count 2020-06-27 10:55:51 -04:00
routing.asciidoc Fix Glorias secret hashing example 2020-06-23 19:43:34 +02:00
titlepage.html More formatting fixes to titlepage 2020-02-01 12:30:38 -06: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'2020, and announced on August 28th 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 PROGRESS". 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.
Section Length (Word Count) Status
Preface and Acknowledgments ### 🔃
Glossary ############# 🔃
Introduction ##### 🔍
Getting Started ########### 🔍
LN Basics (How LN Works) ########################## 🔍
Intro to LN Routing (HTLCs) ###################### 🔏
Nodes (LN Clients) #################### 🔍
Operating a Node # 📑
P2P Communication # 📑
Channel Construction in Detail ### 📑
Onion Routing and HTLC forwarding # 📑
Channel Graph and Gossip Layer # 📑
Payment Path Finding # 📑
End-to-End Payment Presentation Layer # 📑
Lightning Applications (LApps) # 💭
LN's Future # 💭

Total Word Count: 50770

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.