forked from xyephy/lightning-webstore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.json
More file actions
44 lines (44 loc) · 1.19 KB
/
products.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"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": "❤"
}
]