Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add ln the hard way tutorial #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 27 additions & 24 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,32 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Lightning Network Protocol](#lightning-network-protocol)
- [Implementations](#implementations)
- [Specifications / White Papers](#specifications--white-papers)
- [Applications](#applications)
- [Desktop Interfaces](#desktop-interfaces)
- [Web Interfaces](#web-interfaces)
- [Command Line Interfaces](#command-line-interfaces)
- [Mobile applications](#mobile-applications)
- [Explorers](#explorers)
- [Misc](#misc)
- [Developer Resources](#developer-resources)
- [Tools](#tools)
- [Libraries](#libraries)
- [Tutorials](#tutorials)
- [Example Projects](#example-projects)
- [Simulators](#simulators)
- [Learning Resources](#learning-resources)
- [Talks](#talks)
- [Books](#books)
- [Community](#community)
- [IRC](#irc)
- [Related Lists](#related-lists)
- [Contribute](#contribute)
- [License](#license)
- [⚡ awesome-lightning-network ](#-awesome-lightning-network-)
- [Contents](#contents)
- [Lightning Network Protocol](#lightning-network-protocol)
- [Implementations](#implementations)
- [Specifications / White Papers](#specifications--white-papers)
- [Applications](#applications)
- [Desktop Interfaces](#desktop-interfaces)
- [Web Interfaces](#web-interfaces)
- [Command Line Interfaces](#command-line-interfaces)
- [Mobile applications](#mobile-applications)
- [Explorers](#explorers)
- [Misc](#misc)
- [Developer Resources](#developer-resources)
- [Tools](#tools)
- [Libraries](#libraries)
- [Tutorials](#tutorials)
- [Example Projects](#example-projects)
- [Simulators](#simulators)
- [Learning Resources](#learning-resources)
- [Talks](#talks)
- [Books](#books)
- [Community](#community)
- [IRC](#irc)
- [Related Lists](#related-lists)
- [Contribute](#contribute)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -176,6 +178,7 @@ Implementations of the Lightning Network Protocol

### Tutorials

- [Setting up a local lightning node with docker and execute your first payment](https://github.com/stackzoo/lightning-network-the-hard-way)
- [Setting up a local Lightning cluster](http://dev.lightning.community/tutorial/01-lncli/index.html)
- [Using the LND gRPC Client](http://dev.lightning.community/tutorial/03-rpc-client/index.html)
- [Integrating Lightning into a server-side web application](http://dev.lightning.community/tutorial/04-webapp-integration/index.html)
Expand Down