Skip to content

Commit f25812b

Browse files
authored
Add Disclaimer about Lightning WIP to Guide intro page (#479)
* Add minimal entry on the Lightning Network to the glossary * Add Tip on Guide intro page about work in progress on Lightning.
1 parent 7529026 commit f25812b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Illustration sources
4343

4444
We designed this guide to help anyone navigate those complexities—regardless of where they live or work. We can’t imagine every possible use case, but we can help you build for them.
4545

46+
{% include tip/tip.html %}
47+
48+
This guide is a work in progress. We are currently adding information about the [Lightning Network]({{ '/guide/glossary/#lightning-network' | relative_url }}) on all relevant pages.
49+
50+
You can track the progress on this [Github issue]({{ 'https://github.com/BitcoinDesign/Guide/issues/478' }}).
51+
52+
{% include tip/close.html %}
53+
4654
---
4755

4856
### [Getting started]({{ '/guide/getting-started/introduction/' | relative_url }})

guide/glossary/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ When an address receives bitcoin from another address, this is called an input.
178178

179179
Bitcoin wallets and addresses are have both [public](#public-key) and [private keys](#private-key) associated to them. The private key controls access to funds and the ability to sign (approve) transactions.
180180

181+
### Lightning Network
182+
183+
The [Lightning Network]({{ 'https://lightning.network' }}) extends Bitcoin with payment channels to increase transaction speed and lower costs. It is becoming widely adopted and accepted as the preferred way to scale Bitcoin.
184+
181185
### Miniscript
182186

183187
A language for writing certain types of Bitcoin Scripts in a structured way. Miniscript is easier to read by developers, and also allows for various build-tools to help ensure that scripts are safe, valid, and efficient.

0 commit comments

Comments
 (0)