2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
lnbook/contrib/example.asciidoc
practicalswift b903077184 travis: Add linter to detect multiple blank lines between paragraphs (#66)
* travis: Add linter to detect multiple blank lines between paragraphs

* Use one blank line between paragraphs

* Remove trailing spaces
2019-09-20 13:46:48 -06:00

23 lines
840 B
Plaintext

////
Source: https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.md
License: CC-BY
Added By: @aantonop
////
== Basis of Lightning Technology (BOLT)
The Basis of Lightning Technology (BOLT) documents describe a layer-2 protocol for off-chain bitcoin transfer by mutual cooperation, relying on on-chain transactions for enforcement if necessary.
=== List of BOLTs
* BOLT #1: Base Protocol
* BOLT #2: Peer Protocol for Channel Management
* BOLT #3: Bitcoin Transaction and Script Formats
* BOLT #4: Onion Routing Protocol
* BOLT #5: Recommendations for On-chain Transaction Handling
* BOLT #7: P2P Node and Channel Discovery
* BOLT #8: Encrypted and Authenticated Transport
* BOLT #9: Assigned Feature Flags
* BOLT #10: DNS Bootstrap and Assisted Node Location
* BOLT #11: Invoice Protocol for Lightning Payments