-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
--- | ||
date: 2023-02-27T12:14:47-03:00 | ||
modified: 2023-09-03T22:20:13-03:00 | ||
title: "⚡️ The Lightning Network" | ||
title: "⚡️ Bitcoin & The Lightning Network" | ||
description: "Newcomer notes on the Layer 2 scalability solution for Bitcoin" | ||
image: "/images/lightning-network-bitcon-capacity.webp" | ||
imageCaption: "lightning network" | ||
permalink: false | ||
tags: | ||
- bitcoin | ||
- lightning | ||
--- | ||
|
||
<div class="wrapper wrapper-wide"> | ||
<iframe width="100%" height="420" class="img-rounded" frameborder="0" src="https://www.theblock.co/data/on-chain-metrics/bitcoin/lightning-networks-capacity-daily/embed" title="Lightning Network's Capacity"></iframe> | ||
</div> | ||
<div class="wrapper mt-2"> | ||
<h2 id="resources" class="h3 font-italic">Resources.</h2> | ||
<ul> | ||
<li><a href="https://bitcoindev.org/">bitcoindev.org</a>: Bitcoin & Lighning resources for devs.</li> | ||
<li><a href="https://www.lightning-landscape.net/projects">lightning-landscape.net</a>: The great panorama of the ecosystem.</li> | ||
<li><a href="https://www.theblock.co/data/on-chain-metrics/bitcoin">TheBlock.co On-Chain Metris</a>.</li> | ||
</ul> | ||
|
||
</div> |