Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Binary file added __pycache__/lnd_client.cpython-314.pyc
Binary file not shown.
Binary file added __pycache__/polar_detect.cpython-314.pyc
Binary file not shown.
66 changes: 22 additions & 44 deletions products.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,22 @@
[
{
"id": "coffee",
"name": "Lightning Coffee",
"description": "Premium Kenyan coffee, paid instantly over Lightning",
"price": 5000,
"emoji": "☕"
},
{
"id": "sticker",
"name": "Bitcoin Sticker Pack",
"description": "5 high-quality Bitcoin and Lightning stickers",
"price": 2000,
"emoji": "🎨"
},
{
"id": "ebook",
"name": "Mastering Lightning",
"description": "Digital copy - instant delivery after payment",
"price": 25000,
"emoji": "📖"
},
{
"id": "tshirt",
"name": "Lightning Node Runner Tee",
"description": "Black t-shirt with Lightning bolt design",
"price": 50000,
"emoji": "👕"
},
{
"id": "workshop",
"name": "1-on-1 Bitcoin Workshop",
"description": "30 minute private Bitcoin tutoring session",
"price": 100000,
"emoji": "🎓"
},
{
"id": "donation",
"name": "Support the Bootcamp",
"description": "Help fund future Bitcoin bootcamps in Africa",
"price": 10000,
"emoji": "❤"
}
]
,
{
"id": "beer",
"name": " Beer",
"description": "Crafted local beer, paid instantly via Lightning",
"price": 7000,
"emoji": "🍺"
},
{
"id": "extra_classes",
"name": "Extra Bitcoin Classes",
"description": "Additional 1-hour group classes to level up your Lightning skills",
"price": 30000,
"emoji": "🎓"
},
{
"id": "personal_trainer",
"name": "1-on-1 Personal Bitcoin Trainer",
"description": "Private session with a Bitcoin expert to master Lightning network",
"price": 120000,
"emoji": "👨‍🎓"
}