<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Plan B Network Developer Path</title>
      <link>https://ricardofv2.github.io/planb-network-developer-path</link>
      <description>Last 10 notes on Plan B Network Developer Path</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>01. Bitcoin Protocol Intro - Deep Dive Summary</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/01.-Bitcoin-Protocol-Intro---Deep-Dive-Summary</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/01.-Bitcoin-Protocol-Intro---Deep-Dive-Summary</guid>
    <description><![CDATA[ An deep dive into the architecture, consensus rules, testing, and contribution model of Bitcoin Core. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>02. Technical Part (Swaps &amp; Layers) - Deep Dive Summary</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/02.-Technical-Part-(Swaps--and--Layers)---Deep-Dive-Summary</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/02.-Technical-Part-(Swaps--and--Layers)---Deep-Dive-Summary</guid>
    <description><![CDATA[ A deep dive into interoperability between Bitcoin layers, Submarine Swaps, HTLCs, and Taproot optimizations. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>03. Liquid SDK &amp; Breeze - Deep Dive Summary</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/03.-Liquid-SDK--and--Breeze---Deep-Dive-Summary</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/03.-Liquid-SDK--and--Breeze---Deep-Dive-Summary</guid>
    <description><![CDATA[ A comprehensive guide to the Breeze SDK, the evolution from Greenlight to Spark, and the developer-centric paradigm of cross-layer Bitcoin payments. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>04. Ecash &amp; Cashu - Deep Dive Summary</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/04.-Ecash--and--Cashu---Deep-Dive-Summary</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/04.-Ecash--and--Cashu---Deep-Dive-Summary</guid>
    <description><![CDATA[ 04. Ecash &amp; Cashu - Deep Dive Summary ← Return to Index Core Thesis Cashu brings the legendary privacy of Chaumian eCash to the Bitcoin ecosystem. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>05. RGB Protocol - Deep Dive Summary</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/05.-RGB-Protocol---Deep-Dive-Summary</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/05.-RGB-Protocol---Deep-Dive-Summary</guid>
    <description><![CDATA[ A comprehensive look into the RGB protocol for asset tokenization on Bitcoin and Lightning, focusing on client-side validation and single-use seals. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>Bitcoin Core Architecture</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Bitcoin-Core-Architecture</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Bitcoin-Core-Architecture</guid>
    <description><![CDATA[ Bitcoin Core Architecture ← Return to Index TL;DR Bitcoin Core is the reference implementation of the Bitcoin protocol, primarily written in C++. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>Building Bitcoin Core</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Building-Bitcoin-Core</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Building-Bitcoin-Core</guid>
    <description><![CDATA[ Building Bitcoin Core from Source ← Return to Index TL;DR Building Bitcoin Core from source is essential for independent verification and development. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>Contributing to Bitcoin Core</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Contributing-to-Bitcoin-Core</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Contributing-to-Bitcoin-Core</guid>
    <description><![CDATA[ Contributing to Bitcoin Core ← Return to Index TL;DR Contributing to Bitcoin Core requires a high degree of technical competence and stoicism. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>Key Source Files</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Key-Source-Files</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Key-Source-Files</guid>
    <description><![CDATA[ Key Source Files in Bitcoin ← Return to Index TL;DR Navigating the Bitcoin Core src/ directory requires understanding key files like validation.cpp (consensus logic), net.cpp (networking), and pow.cpp (mining rules). ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item><item>
    <title>Peer to Peer Network</title>
    <link>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Peer-to-Peer-Network</link>
    <guid>https://ricardofv2.github.io/planb-network-developer-path/02_Developer_Track/Bitcoin_Protocol_Intro/Peer-to-Peer-Network</guid>
    <description><![CDATA[ Peer-to-Peer Network ← Return to Index TL;DR The Bitcoin P2P network is the communication layer where nodes find each other, exchange block headers, and relay transactions. ]]></description>
    <pubDate>Sun, 22 Mar 2026 06:00:35 GMT</pubDate>
  </item>
    </channel>
  </rss>