You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
practicalswift 4b418666e6 travis: Add linter to make sure all lines end with a newline character (#68)
* travis: Add linter to make sure all lines end with a newline character

Ending newlines make line based Unix tools such as `tail`, etc work as expected.

Without ending newline:

```
prompt$ tail -1 ch02.asciidoc
* blockchain to save all transactions vs blockchain as a court system prompt$
```

With ending newline:

```
prompt$ tail -1 ch02.asciidoc
* blockchain to save all transactions vs blockchain as a court system
prompt$
```

Also, makes `git` not complain about "No newline at end of file" in diffs.

* Add newline at end of file

* Remove trailing whitespace
5 years ago
.gitignore Update .gitignore 5 years ago
contrib travis: Add linter to detect multiple blank lines between paragraphs (#66) 5 years ago
images thumbnail_final_final_v3_final_dammit 5 years ago
.travis.yml travis: Add linter to make sure all lines end with a newline character (#68) 5 years ago
01-what-is.asciidoc First chapter stub 5 years ago
CONTRIBUTING.md travis: Add linter to detect multiple blank lines between paragraphs (#66) 5 years ago
LICENSE.md Initial LICENSE.md 5 years ago
README.md Added Travis build status badge 5 years ago
ch01.asciidoc travis: Add linter to detect multiple blank lines between paragraphs (#66) 5 years ago
ch02.asciidoc travis: Add linter to detect multiple blank lines between paragraphs (#66) 5 years ago
glossary.asciidoc Nitpicking (#65) 5 years ago
preface.asciidoc travis: Add linter to detect multiple blank lines between paragraphs (#66) 5 years ago
topics.asciidoc travis: Add linter to detect multiple blank lines between paragraphs (#66) 5 years ago

README.md

Mastering the Lightning Network

Build Status

Mastering Lightning Cover

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.

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.