diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..28785c9 --- /dev/null +++ b/.vscode/launch.json @@ -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}" + } + ] +} \ No newline at end of file diff --git a/__pycache__/lnd_client.cpython-314.pyc b/__pycache__/lnd_client.cpython-314.pyc new file mode 100644 index 0000000..de98a8f Binary files /dev/null and b/__pycache__/lnd_client.cpython-314.pyc differ diff --git a/__pycache__/polar_detect.cpython-314.pyc b/__pycache__/polar_detect.cpython-314.pyc new file mode 100644 index 0000000..68b0871 Binary files /dev/null and b/__pycache__/polar_detect.cpython-314.pyc differ diff --git a/products.json b/products.json index a365741..337c4e5 100644 --- a/products.json +++ b/products.json @@ -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": "👨‍🎓" +}