Skip to content

Commit

Permalink
break out bitcoin from LN on readme and correct link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjonas committed Jul 17, 2019
1 parent 102372b commit 961d5bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

Each individual directory represents a weekly study group. These can likely be done in any order, but we did them as follows:

### Bitcoin

1. [SegWit](/segwit)
2. [Mining and Network Propagation](/mining-network-prop)
3. [P2P](/p2p)
4. [Wallet Development and PSBT](/wallet-psbt)

### Lightning

5. [Payment Channels, Intro to Lightning, and HTLCs](/payment-channels-intro-lightning-htlcs)
6. [Sphinx, Onion Routing and Limitations](/sphinx-onion-routing-and-limitations)
7. [Channel Probing, BOLTs 1.1, Submarine Swaps/Loops, & HTLC-DASH](/bolts-1.1-HTLC-DASH-channel-probing)
2 changes: 1 addition & 1 deletion bolts-1.1-HTLC-DASH-channel-probing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[Submarine Swaps](http://diyhpl.us/wiki/transcripts/magicalcryptoconference/2019/submarine-swaps/) | 5 min | submarine swaps |
[Loops](https://blog.lightning.engineering/posts/2019/03/20/loop.html) | 5 min | loops, liquidity |
[Rendezvous Mechanism on Top of Sphinx](https://github.com/lightningnetwork/lightning-rfc/wiki/Rendez-vous-mechanism-on-top-of-Sphinx) | 5 min | routing |
[DASH wikipedia Article]https://en.m.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP | 10 min | DASH |
[DASH wikipedia Article](https://en.m.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) | 10 min | DASH |
[HTLC-DASH](https://www.bitcoinlightning.com/laolu-lightning-network-powered-video-platform/) | 5 min | HTLC-DASH |
[HTLC-DASH Presentation by Laolu](https://docs.google.com/presentation/d/16BK53bnfRVu_iHJKw2f82DRg6kk8061gxiJeKTCciKY/edit#slide=id.g2005d26133_0_17) | 15 min, optional | HTLC-DASH |

Expand Down

0 comments on commit 961d5bc

Please sign in to comment.