Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnbook/lnbook
Mastering the Lightning Network (LN)
https://github.com/lnbook/lnbook
bitcoin blockchain blockchains c-lightning lightning-network ln lnd p2p payments peer
Last synced: 2 days ago
JSON representation
Mastering the Lightning Network (LN)
- Host: GitHub
- URL: https://github.com/lnbook/lnbook
- Owner: lnbook
- License: cc-by-sa-4.0
- Created: 2019-08-22T19:06:35.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-09T18:07:00.000Z (4 months ago)
- Last Synced: 2024-12-03T10:04:45.823Z (9 days ago)
- Topics: bitcoin, blockchain, blockchains, c-lightning, lightning-network, ln, lnd, p2p, payments, peer
- Language: AsciiDoc
- Size: 138 MB
- Stars: 2,828
- Watchers: 145
- Forks: 647
- Open Issues: 205
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-taproot-assets - Mastering the Lightning Network (LN)
- awesome-lightning-network - Mastering the Lightning Network (LN)
- awesome-lightning-network - Mastering the Lightning Network (LN)
- awesome-rgb - Mastering the Lightning Network
- Blockchain-Development-Resources - Mastering the Lightning Network: A Second Layer Blockchain Protocol for Instant Bitcoin Payments - Andreas Antonopoulos, Olaoluwa Osuntokun & Rene Pickhardt
README
# Mastering the Lightning Network
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
STATUS: First Edition published on Dec 21, 2021
## About
Mastering the Lightning Network is an O'Reilly Media book, by authors Andreas M. Antonopoulos ([@aantonop](https://twitter.com/aantonop)), Olaoluwa Osuntokun ([@roasbeef](https://twitter.com/roasbeef)), Rene Pickhardt ([@renepickhardt](https://twitter.com/renepickhardt)). It was published on Dec 21, 2021, in paperback and e-book, by O'Reilly Media. It is available everywhere that books are sold. This repository contains the manuscript of the book as published by O'Reilly Media, tagged as [firstedition_firstprint](https://github.com/lnbook/lnbook/releases/tag/firstedition_firstprint).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.
## Contents
### Preface
* [Cover](cover.html)
* [Titlepage](titlepage.html)
* [Copyright](copyright.html)
* [Table of Contents](toc.html)
* [Preface](preface.asciidoc)### Part 1
* [Part 1 - Intro](part_1_divider.asciidoc)
* [Introduction](01_introduction.asciidoc)
* [Getting Started](02_getting_started.asciidoc)
* [How the Lightning Network Works](03_how_ln_works.asciidoc)
* [Lightning Node Software](04_node_client.asciidoc)
* [Operating a Lightning Network Node](05_node_operations.asciidoc)### Part 2
* [Part 2 - Intro](part_2_divider.asciidoc)
* [Lightning Network Architecture](06_lightning_architecture.asciidoc)
* [Payment Channels](07_payment_channels.asciidoc)
* [Routing on a Network of Payment Channels](08_routing_htlcs.asciidoc)
* [Channel Operation and Payment Forwarding](09_channel_operation.asciidoc)
* [Onion Routing](10_onion_routing.asciidoc)
* [Gossip and the Channel Graph](11_gossip_channel_graph.asciidoc)
* [Pathfinding and Payment Delivery](12_path_finding.asciidoc)
* [Wire Protocol: Framing and Extensibility](13_wire_protocol.asciidoc)
* [Lightning's Encrypted Message Transport](14_encrypted_transport.asciidoc)
* [Lightning Payment Requests](15_payment_requests.asciidoc)
* [Security and Privacy of the Lightning Network](16_security_privacy_ln.asciidoc)
* [Conclusion](17_conclusion.asciidoc)### Appendices
* [Bitcoin Fundamentals Review](appendix_bitcoin_fundamentals_review.asciidoc)
* [Docker Basics](appendix_docker_basics.asciidoc)
* [Protocol Messages](appendix_protocol_messages.asciidoc)### Glossary
* [Glossary](glossary.asciidoc)
### Author Bios and Colophon
* [Author Bios](author_bio.html)
* [Colophon](colo.html)## Creative Commons Attribution Sharealike License
Mastering the Lightning Network is released under the Creative Commons CC-BY-SA 4.0 license. The full terms of the license can be found here:
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
Mastering the Lightning Network by Andreas M. Antonopoulos, Olaoluwa Osuntokun, Rene Pickhardt is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at https://github.com/lnbook/lnbook.This "Free Culture" compliant license was approved by our publisher O'Reilly Media (http://oreilly.com), who understands the value of open source. O'Reilly Media is not just the world's best publisher of technical books, but is also a strong supporter of this open culture and the sharing of knowledge.
Thank you O'Reilly Media!
## Translations and Derivatives (eg. PDF, HTML, EPUB ebooks)
The current license permits derivative work, such as independent translations and the production and circulation of PDF, HTML or other derivative renderings of the source ASCIIDOC. *The license does not extend to O'Reilly Media intellectual property, such as the cover page.*
If you are interested in translating this book please see [TRANSLATING.md](TRANSLATING.md)
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg