mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
f91eeca2ae
Chapter 2 will focus more on high-level "how lightning works"
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
[[ch02_getting_started]]
|
|
== Getting Started
|
|
|
|
[[sending_receiving]]
|
|
==== Sending and Receiving Bitcoin on the Lightning Network
|
|
* have the person who helps onbording open a payment channel (As complex as a bitcoin transaction)
|
|
* showcase how the funds now can be send back and forth
|
|
** create invoice
|
|
** decode invoice (do always before paying!)
|
|
** pay an invoice
|
|
* showcase how an arbitrary invoice can be paid e.g. https://voting.ln.rene-pickhardt.de
|