Dev Commit

This commit is contained in:
Logan Detty
2025-09-24 15:26:46 -04:00
parent 3c934a8df9
commit 7860487a5d
7 changed files with 168 additions and 12 deletions

BIN
.DS_Store vendored

Binary file not shown.

29
.gitignore vendored
View File

@@ -1 +1,30 @@
.DS_Store
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & The Bible Small Group Week 1.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & The Bible Small Group Week 1.txt
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & the Bible Small Group Week 2.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & the Bible Small Group Week 2.txt
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & The Bible Small Group Week 3.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & The Bible Small Group Week 3.txt
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & the Bible Small Group Week 4.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & the Bible Small Group Week 4.txt
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & the Bible Small Group Week 5.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & the Bible Small Group Week 5.txt
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & The Bible Small Group Week 6.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin & The Bible Small Group Week 6.txt
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin Basics & Why The Local Church Should Care.mp4
BTCforPlebs Website Videos/Bitcoin-and-the-Bible/Bitcoin Basics & Why The Local Church Should Care.txt
BTCforPlebs Website Videos/Home/Home.mp4
BTCforPlebs Website Videos/Learn-Bitcoin/1.0_where_to_start (1080p).html
BTCforPlebs Website Videos/Learn-Bitcoin/1.0_where_to_start (1080p).mp4
BTCforPlebs Website Videos/Learn-Bitcoin/1.0_where_to_start (1080p).txt
BTCforPlebs Website Videos/Learn-Bitcoin/2.0_bitcoin_exchanges (1080p).html
BTCforPlebs Website Videos/Learn-Bitcoin/2.0_bitcoin_exchanges (1080p).mp4
BTCforPlebs Website Videos/Learn-Bitcoin/2.0_bitcoin_exchanges (1080p).txt
BTCforPlebs Website Videos/Learn-Bitcoin/3.0_ownership (1080p).html
BTCforPlebs Website Videos/Learn-Bitcoin/3.0_ownership (1080p).mp4
BTCforPlebs Website Videos/Learn-Bitcoin/3.0_ownership (1080p).txt
BTCforPlebs Website Videos/Learn-Bitcoin/4.0 Price.txt
BTCforPlebs Website Videos/Learn-Bitcoin/4.0_Price.html
BTCforPlebs Website Videos/Learn-Bitcoin/btcforplebs_opening_video (1080p).html
BTCforPlebs Website Videos/Learn-Bitcoin/btcforplebs_opening_video (1080p).mp4
BTCforPlebs Website Videos/Learn-Bitcoin/btcforplebs_opening_video (1080p).txt

View File

@@ -34,9 +34,11 @@
<div class="button-div">
<!-- Buttons -->
<a href="/learn-bitcoin" class="button" class="prefetch">Learn About Bitcoin</a>
<a href="/learn-nostr" class="button" class="prefetch">Learn About Nostr</a>
<a href="/learn-bitcoin" class="button" class="prefetch">Learn About Bitcoin</a>
<a href="/learn-nostr" class="button" class="prefetch">Learn About Nostr</a>
<a href="/learn-cashu" class="button" class="prefetch">Learn About Cashu</a>
<a href="/bitcoin-and-the-bible" class="button" class="prefetch">Bitcoin & The Bible</a>
</div>
<button class="button" id="bitcoin-folder-btn" onclick="toggleFolder('folder2', 'bitcoin-folder-btn')">Use Bitcoin <span style="color: #F7931A;"></span></button>
<div class="links" id="folder2">
<a href="https://lightning.btcforplebs.com" target="_blank" class="prefetch">Lightning</a>
@@ -49,16 +51,24 @@
<a href="https://nostr.btcforplebs.com" target="_blank" class="prefetch">Nostr Client</a>
<a href="https://nostrapps.com" target="_blank">More Nostr Apps</a>
</div>
<button class="button" id="cashu-folder-btn" onclick="toggleFolder('folder3', 'cashu-folder-btn')">Use Cashu <span style="color: #F7931A;"></span></button>
<div class="links" id="folder3">
<a href="/https://cashu.me" class="prefetch">Cashu Web App</a>
</div>
<div class="container">
<h2>Watch BTCforPlebs Live</h2>
<iframe
src="https://live.btcforplebs.com/embed/video"
src="https://live.btcforplebs.com/live/output.m3u8"
title="BTCforPlebs Live"
height="350px" width="100%"
referrerpolicy="origin"
frameborder="0" allowfullscreen autoplay>
</iframe>
height="350px"
width="100%"
frameborder="0"
allowfullscreen
autoplay
playsinline
></iframe>
</div>
<!-- Social Links Section -->

View File

@@ -90,7 +90,7 @@
<section id="price">
<h2>Bitcoin's Price</h2>
<p>When we talk about the price of bitcoin, we are actually talking about bitcoin's spending power. Just like we can't eat bitocoin, we can't eat dollars. So while comparing bitcoin to dollars to get a proper price point. We should actually be looking forward to valuing the bitcoin against what the bitcoin can purchase you today, and in the future; but most importantly. Why thats the case.</p>
<a href="https://kibo.money" class="button" target="_blank" class="prefetch">My Favorite BTC Chart</a>
<a href="https://bitview.space" class="button" target="_blank" class="prefetch">My Favorite BTC Chart</a>
<a href="https://www.pricedinbitcoin21.com/landing" class="button" target="_blank" class="prefetch">PricedInBitcoin21.com</a>
<div class="video-container">
<video width="100%" height="100%" controls poster="https://i.nostr.build/iqOk56dK8bqqicPI.png" loading="lazy">

View File

@@ -9,7 +9,7 @@
<script src="/scripts.js" defer></script>
</head>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/assets/css/main.css">
<body>
<!-- Bitcoin Price Banner -->
<div id="btc-price-banner">This page is under SEVERE construction</div>
@@ -49,4 +49,4 @@
</div>
</html>
</html>

View File

@@ -9,7 +9,7 @@
<script src="/scripts.js" defer></script>
</head>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/assets/css/main.css">
<body>
<!-- Bitcoin Price Banner -->
<div id="btc-price-banner">This page is under SEVERE construction</div>

View File

@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cashu BTCforPlebs</title>
<meta name="description" content="Cashu is a Bitcoin thirdlayer Chaumian ecash protocol. This guide covers how it works, its privacy features, and how to get started with app walkthroughs.">
<link rel="icon" href="/images/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
<script src="/assets/js/scripts.js" defer></script>
</head>
<body>
<div class="logo-container">
<a href="/index.html" class="prefetch">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a>
</div>
<div class="container">
<h1>Cashu Chaumian Ecash on Bitcoin</h1>
<p>Cashu is a lightweight, privacypreserving ecash system that runs on top of the Lightning Network and settles onchain. It uses zeroknowledge proofs to hide the value of a transfer while remaining fully traceable when required.</p>
<!-- Dropdown navigation, similar to learnbitcoin -->
<div class="dropdown">
<select onchange="navigateToSection(this)">
<option value="">Select a topic</option>
<option value="what-is-cashu">What is Cashu?</option>
<option value="privacy">Privacy &amp; ZeroKnowledge</option>
<option value="technology">Underlying Technology</option>
<option value="apps">Apps &amp; UseCases</option>
<option value="getting-started">Getting Started</option>
<option value="videos">Video Resources</option>
</select>
</div>
<!-- Sections -->
<section id="what-is-cashu">
<h2>What is Cashu?</h2>
<p>Cashu is an ecash protocol that allows you to mint, transfer, and spend Bitcoin value without revealing the amount or the sender/receiver in public transactions. It leverages the Lightning Network for instant settlement while maintaining onchain traceability for regulatory compliance. Think of it as a privacypreserving UTXO that can be moved anywhere on the Lightning network.</p>
</section>
<section id="privacy">
<h2>Privacy &amp; ZeroKnowledge</h2>
<p>At the core of Cashu is a zeroknowledge range proof that proves the value of a note without exposing it. This means you can pay for goods or services with a Cashu note and the recipient can verify that the note contains sufficient value, while the transaction remains private onchain.</p>
</section>
<section id="technology">
<h2>Underlying Technology</h2>
<p>Cashu uses a set of “notes” minted by a mint and signed with a unique key. Each note contains an amount and a unique identifier that the mint keeps encrypted. Transfers are executed with the Lightning Network, but minting and redeeming are done via onchain transactions that are fully verifiable.</p>
</section>
<section id="apps">
<h2>Apps &amp; UseCases</h2>
<p>Several wallet applications support Cashu, from the <a href="https://cashu.me" target="_blank" class="prefetch">Cashu Web Wallet</a> to <a href="https://meltwallet.com" target="_blank" class="prefetch">Melts Lightning Wallet</a>. Below are quick links to some popular ones:</p>
<div class="button-container">
<a href="https://cashu.me" class="button" target="_blank" class="prefetch">Cashu Web Wallet</a>
<a href="https://meltwallet.com" class="button" target="_blank" class="prefetch">Melt Wallet</a>
<a href="https://github.com/cashu/cashu-js-demo" class="button" target="_blank" class="prefetch">Cashu JS Demo</a>
</div>
</section>
<section id="getting-started">
<h2>Getting Started</h2>
<p>To begin using Cashu, youll need a Lightningready wallet that supports the protocol. Most of the wallets listed above have a <code>Cashu</code> switch or integration. Once installed, create a new Cashu account, mint a few notes, and start experimenting.</p>
</section>
<section id="videos">
<h2>Video Resources</h2>
<!-- Explainer Video 1 -->
<h3>Explainer What is Cashu?</h3>
<div class="video-container">
<video controls poster="https://i.imgur.com/Dc6m4zV.png" loading="lazy" style="width:100%">
<source src="https://raw.githubusercontent.com/cashu/cashu-presentation/master/intro.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<!-- Walkthrough Video 2 -->
<h3>How to Mint a Cashu Note</h3>
<div class="video-container">
<video controls poster="https://i.imgur.com/Kq4c1rT.png" loading="lazy" style="width:100%">
<source src="https://raw.githubusercontent.com/cashu/cashu-presentation/master/mint.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<!-- App Walkthrough 3 -->
<h3>Using Cashu in Melt Wallet</h3>
<div class="video-container">
<video controls poster="https://i.imgur.com/3p6zT9G.png" loading="lazy" style="width:100%">
<source src="https://raw.githubusercontent.com/cashu/cashu-presentation/master/melt-demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section>
<div class="social-icons">
<a href="https://github.com/cashu" target="_blank" class="prefetch"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/CashuProtocol" target="_blank" class="prefetch"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="last-update">
<small id="last-updated-text"></small>
</div>
</div>
<div id="footer"></div>
<script>
// Function to scroll to section based on dropdown selection
function navigateToSection(select){
const id = select.value;
if(id){
const el = document.getElementById(id);
el.scrollIntoView({behavior:'smooth'});
}
}
</script>
</body>
</html>