forked from GustavoRSSilva/lightning.family
-
Notifications
You must be signed in to change notification settings - Fork 1
/
categories.json
896 lines (896 loc) · 29.7 KB
/
categories.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
{
"name": "Lightning Family",
"children": [
{
"name": "Startups",
"children": [
{
"name": "Fulmo",
"description": "Open source company dedicated to research, development and consultancy for the Bitcoin Lightning Network.",
"link": "https://fulmo.org/",
"size": 1833
},
{
"name": "Bitlum",
"description": "Building applications on top of Lightning Network",
"link": "http://bitlum.io/",
"size": 1833
},
{
"name": "DiscoveryBlock",
"description": "Smart Spaceship to Navigate the Technology Universe",
"link": "https://discoveryblock.io/",
"size": 750
}
]
},
{
"name": "Wallets",
"children": [
{
"name": "Hardware",
"children": [
{
"name": "LNHW",
"description": "Chainlab 2018 hackathon project for a Lightning Network hardware wallet",
"link": "https://github.com/hkjn/lnhw/blob/master/chainhack-slides.pdf",
"size": 450
}
]
},
{
"name": "Web",
"children": [
{
"name": "HTLC",
"description": "Web Wallet for Lightning Network",
"link": "https://htlc.me/",
"size": 500
},
{
"name": "Discovery",
"description": "Web Wallet for Lightning Family",
"link": "https://wallet.lightning.family/",
"size": 350
}
]
},
{
"name": "Desktop",
"children": [
{
"name": "Zap",
"description": "Trustlessly send and receive bitcoin instantly with minimal fees via the Lightning Network",
"link": "http://zap.jackmallers.com/",
"size": 1000
}
]
},
{
"name": "Mobile",
"children": [
{
"name": "Shango",
"description": "Mobile wallet for Android and iOS devices",
"link": "http://www.shangoapp.com/insider/",
"size": 350
},
{
"name": "Eclair",
"description": "Next generation, Lightning-ready Bitcoin wallet. It can be used as a regular Bitcoin wallet, and can also connect to the Lightning Network for cheap and instant payments",
"link": "https://github.com/ACINQ/eclair-wallet/",
"size": 1200
},
{
"name": "Bitcoin Lightning",
"description": "This app features a standalone SPV Bitcoin node with a fully functional built-in Lightning node",
"link": "http://lightning-wallet.com/",
"size": 500
},
{
"name": "Atom Lightning",
"description": "This app features a standalone SPV Bitcoin node with a fully functional built-in Lightning node.",
"link": "http://lightning-wallet.com/",
"size": 300
},
{
"name": "LigthningPeach",
"description": "Next generation, Lightning-ready Bitcoin wallet. It can be used as a regular Bitcoin wallet, and can also connect to the Lightning Network for cheap and instant payments",
"link": "https://github.com/ACINQ/eclair-wallet",
"size": 250
},
{
"name": "CoinOS",
"description": "Mobile-friendly point-of-sale app that merchants can use to accept Bitcoin payments",
"link": "https://coinos.io/",
"size": 250
},
{
"name": "Fulmo",
"description": "Minimalist c-lightning UI",
"link": "https://github.com/marzig76/fulmo",
"size": 120
},
{
"name": "Zap iOS",
"description": "Trustlessly send and receive bitcoin instantly with minimal fees via the Lightning Network",
"link": "http://zap.jackmallers.com/",
"size": 900
},
{
"name": "Swift Lightning",
"description": "Next generation, Lightning-ready Bitcoin wallet. It can be used as a regular Bitcoin wallet, and can also connect to the Lightning Network for cheap and instant payments",
"link": "https://www.swiftlightning.io/",
"size": 700
},
{
"name": "Bit Box",
"description": "The only hardware wallet that's Swiss engineered to secure your independence in the cryptocurrency frontier.",
"link": "https://shiftcrypto.ch/",
"size": 400
}
]
}
]
},
{
"name": "Documents",
"children": [
{
"name": "LN Developers",
"description": "Building applications on top of Lightning Network",
"link": "http://bitlum.io/",
"size": 700
},
{
"name": "Learning",
"children": [
{
"name": "Medium Articles",
"children": [
{
"name": "Understanding LN using an Abacus",
"description": "Simplified explanation of LN transactions using an analogy with abacus bead movements. By Roy Sheinfeld",
"link": "https://medium.com/breez-technology/understanding-lightning-network-using-an-abacus-daad8dc4cf4b",
"size": 700
},
{
"name": "LN is the Future of Bitcoin",
"description": "Overview of some bitcoin shortcomings and how LN may overcome them. By Roy Sheinfeld",
"link": "https://medium.com/breez-technology/the-future-of-bitcoin-3187aefe2746",
"size": 550
},
{
"name": "Introducing Breez: a perfect LN card",
"description": "Introduction to the Breez LN card, an initiative that will help Lightning Network to be widely adopted by users and businesses. By Roy Sheinfeld",
"link": "https://medium.com/breez-technology/introducing-strike-a-simple-fast-and-safe-bitcoin-card-750ffa67df80",
"size": 1000
},
{
"name": "LN for non-technical learners",
"description": "High-level overview of LN for non-technical readers. By Mohit Mamoria",
"link": "https://hackernoon.com/lightning-network-explained-d4615c12ad09",
"size": 1000
},
{
"name": "Tutorial on LN node setup",
"description": "Setting up a LN node in 30 minutes for Windows desktop users - only in the BTC testnet. By Jad Mubaslat",
"link": "https://medium.com/@jadmubaslat/bitcoin-lightning-network-node-easy-setup-tutorial-for-windows-desktop-users-a-how-to-guide-9937b5a8a669",
"size": 1000
},
{
"name": "Don’t Buy Into the FUD",
"description": "Refuting arguments against implementation of LN. By Roy Sheinfeld",
"link": "https://medium.com/breez-technology/lightning-network-dont-buy-into-the-fud-236b05cb7f27",
"size": 450
}
]
},
{
"name": "Wikis",
"children": [
{
"name": "Fulmo wiki",
"description": "Wiki gathering information about Lightning Hackdays organized by the company Fulmo",
"link": "https://wiki.fulmo.org/index.php?title=Lightning_Hackday_Wiki",
"size": 400
},
{
"name": "Wikiversity",
"description": "A repository of teaching contents about LN, with articles, tutorials, videos, documentation",
"link": "https://en.m.wikiversity.org/wiki/Lightning_Network",
"size": 2000
},
{
"name": "Bitcoin Wiki",
"description": "The largest wiki around bitcoin, created in 2010 and maintained by the bitcon community",
"link": "https://en.bitcoin.it/wiki/Main_Page",
"size": 200
},
{
"name": "Wikipedia",
"description": "The original free online collaborative Encyclopedia",
"link": "https://en.wikipedia.org/wiki/Main_Page",
"size": 300
}
]
}
]
},
{
"name": "Videos",
"children": [
{
"name": "WikiMedia Commons",
"children": [
{
"name": "Lightning Network Explained",
"description": "A illustrative video showing of the basics of LN transactions between three nodes, August 2018. By Kjerish",
"link": "https://commons.wikimedia.org/wiki/File:Lightning_Network_Explained.webm",
"size": 400
},
{
"name": "Buying Coffee at Lightning Speed",
"description": "A 30min speech by Christian Decker explaining the principles of LN, using the practical example of purchasing a coffee through an off-chain transaction ",
"link": "https://commons.wikimedia.org/wiki/File:Buying_Coffee_at_Lightning_Speed_by_Dr._Christian_Decker.webm",
"size": 400
}
]
},
{
"name": "Lightning Makers",
"children": [
{
"name": "Videocall 1",
"description": "Recorded video of the 1st Lightning Makers group members videocall",
"link": "https://www.youtube.com/watch?v=Vtxi3hljXTY",
"size": 400
},
{
"name": "Videocall 2",
"description": "Recorded video of the 2nd Lightning Makers group members videocall",
"link": "https://www.youtube.com/watch?v=TBujEOy-gFQ",
"size": 400
}
]
}
]
}
]
},
{
"name": "Funding",
"children": [
{
"name": "VC",
"children": [
{
"name": "a16z",
"description": "Silicon Valley based VC firm Andreessen Horowitz, raised over $7B to date",
"link": "https://a16z.com/",
"size": 2105
},
{
"name": "Steve Lee",
"description": "San Francisco based BA getting active in LN, former product director at Google and willing to contribute to LN ecosystem funding",
"link": "",
"size": 300
}
]
},
{
"name": "Crowdfunding",
"size": 500
}
]
},
{
"name": "Consultants",
"children": [
{
"name": "Hardware",
"size": 1616
},
{
"name": "software",
"children": [
{
"name": "Front-end",
"size": 593
},
{
"name": "Back-end",
"size": 593
}
]
},
{
"name": "Business",
"size": 1616
}
]
},
{
"name": "Events",
"children": [
{
"name": "Meet-ups",
"children": [
{
"name": "Switzerland",
"children": [
{
"name": "Scaling Bitcoin with Lightning - Dr. Christian Decker",
"description": "Christian Decker from Blockstream and the DLT staff from MainbornWolff gives us an introduction and deep-dive into the Lightning Network",
"link": "https://www.youtube.com/watch?v=dAPv0tMwbiE",
"size": 700
}
]
},
{
"name": "Asmterdam",
"children": [
{
"name": "Tech Tuesday: Lightning Network",
"description": "",
"link": "",
"size": 300
}
]
}
]
},
{
"name": "Hackathons",
"children": [
{
"name": "#LightningHackDay",
"description": "Bitcoin hackathon organized by Fulmo to learn share and buidl.",
"link": "https://lightninghackday.fulmo.org/",
"size": 700
},
{
"name": "Madrid Lightning Network",
"description": "Lightning Network & RSK hackathon organized by DiscoveryBlock to overcome Lightning Network & RSK challenges.",
"link": "https://madridlightning.network//",
"size": 700
},
{
"name": "Cripto Chapa",
"size": 300
}
]
},
{
"name": "Conferences",
"children": [
{
"name": "#LightningHackDay",
"description": "Bitcoin conference organized by Fulmo to learn share and buidl.",
"link": "https://lightninghackday.fulmo.org/",
"size": 1200
},
{
"name": "Madrid Lightning Network",
"description": "Lightning Network & RSK conference organized by DiscoveryBlock to learn and research about Bitcoin second layer protocols.",
"link": "https://madridlightning.network//",
"size": 700
}
]
}
]
},
{
"name": "Regulation",
"children": [
{
"name": "Guides",
"size": 500
}
]
},
{
"name": "Projects",
"children": [
{
"name": "Stores",
"children": [
{
"name": "Clothing",
"children": [
{
"name": "Moonstuff",
"description": "A lightning network powered bitcoin novelty store here to help prep you for moon",
"link": "https://www.moonstuff.co/",
"size": 400
},
{
"name": "C+C Remeras",
"description": "Online t-shirt store with some funny crypto-designs, accepting payments through LN",
"link": "https://cmascremeras.store/",
"size": 300
},
{
"name": "Bitcoin Art",
"description": "",
"link": "",
"size": 200
},
{
"name": "Cryptoid Shop",
"description": "https://www.cryptoidshop.com/",
"link": "Online t-shirt store with crypto-designs, accepting payments through LN",
"size": 180
},
{
"name": "YYBazaar",
"description": "Online apparel store accepting payments through LN ",
"link": "https://yybazaar.com/",
"size": 300
},
{
"name": "Hipp Tee",
"description": "Online store for t-shirts and hoodies, accepting LN for payment",
"link": "https://hipptee.com/",
"size": 150
},
{
"name": "Bitcoin Shirt",
"description": "We specialize in producing high quality and unique Bitcoin merchandise including T-Shirts, Phone Cases, Mugs, Hats, Posters and more",
"link": "https://bitcoinshirt.co/",
"size": 800
},
{
"name": "Wears My Liberty",
"description": "Online store. Liberty Shirts, Hats, Hoodies & More, offering discounts for Bitcoin payments",
"link": "https://wearsmyliberty.com/",
"size": 600
},
{
"name": "BTC Echo",
"description": "Books and merchandise store with some items related with blockchain and bitcoin",
"link": "",
"size": 100
},
{
"name": "Gully Flip",
"description": "Your One Stop Shop For Gaming, Cosplay, Collectibles And Much More, accepting crytocurrency",
"link": "https://gullyflip.com/",
"size": 280
},
{
"name": "Quinsolo",
"description": "Onliine store for cryptocurrency merchandise, accepting cryto payment",
"link": "https://quinsolo.com/",
"size": 75
}
]
},
{
"name": "Electronics",
"children": [
{
"name": "Crypto Cloaks",
"description": "Storing devices for keeping your hardwallets and crypto assets hidden and protected",
"link": "https://thecryptocloak.com/",
"size": 500
},
{
"name": "Coin Cards",
"description": "Coincards.ca offers a huge selection of both Electronic and Physical Gift Cards from Hundreds of Canadian Retailers, Including all the Top Brands",
"link": "https://coincards.ca/",
"size": 350
},
{
"name": "Never Fiat",
"description": "Crypto marketplace selling apparel and electronics",
"link": "https://neverfiat.com/",
"size": 300
},
{
"name": "Ligthning Farm",
"description": "We're on a mission to build an open source, upgradeable and economic portable Bitcoin full node connected to Lightning Network where every user can access and interact easily",
"link": "https://hipptee.com/",
"size": 250
}
]
},
{
"name": "Services",
"children": [
{
"name": "Joltfun",
"description": "Games store accepting payments through LN. 1,000+ games from Steam, Origin, Uplay, Battle.net, Xbox Live, Rockstar",
"link": "https://joltfun.com/",
"size": 200
},
{
"name": "Bitgild",
"description": "One of the largest European gold and silver internet shops. You can buy gold and silver with Ethereum, Bitcoin/LN, Litecoin, Ripple and more",
"link": "https://www.bitgild.com/",
"size": 400
},
{
"name": "Crypto Cloaks",
"description": "Storing devices for keeping your hardwallets and crypto assets hidden and protected",
"link": "https://thecryptocloak.com/",
"size": 500
},
{
"name": "Eichenhain",
"description": "We help you find good things for a good life. We eat healthy, we live healthy, we exercise, we take care of the environment and of society",
"link": "https://www.eichenhain.com/en/jerky-co/ochsenriegel",
"size": 75
},
{
"name": "Coin Cards",
"description": "Coincards.ca offers a huge selection of both Electronic and Physical Gift Cards from Hundreds of Canadian Retailers, Including all the Top Brands",
"link": "https://coincards.ca/",
"size": 350
},
{
"name": "Bit Launch",
"description": "Pay for cloud servers with Bitcoin, Ethereum, Ripple, Dash, Litecoin and many others",
"link": "https://bitlaunch.io/",
"size": 200
},
{
"name": "Coin Mall",
"description": "Crypto marketplace for digital products",
"link": "https://www.coinmall.com/",
"size": 100
},
{
"name": "Domorder",
"description": "Online store for hosting, website development and domain services",
"link": "https://www.domorder.com/",
"size": 200
},
{
"name": "The Kashbash",
"description": "A dynamic and laid-back coworking space promoting blockchain related events",
"link": "https://www.thekasbahhub.com/",
"size": 300
},
{
"name": "Peer Name",
"description": "Blockchain-Based Domain Names Registrar, accepting payment by LN",
"link": "https://peername.com/",
"size": 600
},
{
"name": "Tor Guard",
"description": "TorGuard VPN Service encrypts your internet access and provides an anonymous IP so you can browse securely",
"link": "https://torguard.net/",
"size": 150
},
{
"name": "Coingate",
"description": "Shop demo. Get a coffee latte paying with lightning network",
"link": "https://example.coingate.com/",
"size": 150
},
{
"name": "LN SMS",
"description": "",
"link": "",
"size": 350
},
{
"name": "The Vault",
"description": "",
"link": "",
"size": 220
},
{
"name": "Bitrefill",
"description": "Refill your phone with bitcoin, send refills whoever you want worldwide",
"link": "https://www.bitrefill.com/",
"size": 900
}
]
}
]
},
{
"name": "Games",
"children": [
{
"name": "Satoshi's Games",
"description": "",
"link": "",
"size": 750
},
{
"name": "Moneni",
"description": "",
"link": "",
"size": 300
},
{
"name": "The Lightning Spin",
"description": "",
"link": "",
"size": 300
},
{
"name": "Unblurrer",
"description": "",
"link": "",
"size": 100
},
{
"name": "Microbet",
"description": "",
"link": "",
"size": 500
},
{
"name": "In Dice",
"description": "",
"link": "",
"size": 200
},
{
"name": "Lightning Gem",
"description": "",
"link": "",
"size": 500
},
{
"name": "In Plays",
"description": "",
"link": "",
"size": 200
},
{
"name": "Lightning Roulette",
"description": "",
"link": "",
"size": 1000
},
{
"name": "Arcade Money",
"description": "",
"link": "",
"size": 400
}
]
},
{
"name": "Hardware Nodes",
"children": [
{
"name": "RaspiBolt",
"description": "",
"link": "",
"size": 1000
},
{
"name": "RaspiBlitz",
"description": "",
"link": "",
"size": 2500
},
{
"name": "Trueno",
"description": "",
"link": "",
"size": 200
}
]
},
{
"name": "Faucets",
"children": [
{
"name": "Appspot",
"description": "",
"link": "",
"size": 100
},
{
"name": "Backend Hmaburg",
"description": "",
"link": "",
"size": 200
},
{
"name": "Coinfaucet",
"description": "",
"link": "",
"size": 350
},
{
"name": "Kuttler",
"description": "",
"link": "",
"size": 180
}
]
},
{
"name": "Exchanges",
"children": [
{
"name": "Submarine Swaps",
"description": "",
"link": "",
"size": 1300
},
{
"name": "Zig Zag",
"description": "",
"link": "",
"size": 500
},
{
"name": "Bitbargain",
"description": "",
"link": "",
"size": 150
},
{
"name": "Bitgild",
"description": "",
"link": "",
"size": 400
},
{
"name": "Lightning Conductor",
"description": "",
"link": "",
"size": 600
},
{
"name": "Mercuriex",
"description": "",
"link": "",
"size": 400
},
{
"name": "Bitcoin Venezuela",
"description": "",
"link": "",
"size": 800
}
]
},
{
"name": "eCommerce",
"children": [
{
"name": "BTCPay Server",
"description": "",
"link": "",
"size": 5000
},
{
"name": "lIGHTNING cHARGE",
"description": "",
"link": "",
"size": 3000
},
{
"name": "WooCommerce WP plugin",
"description": "",
"link": "",
"size": 1000
},
{
"name": "Kriptode",
"description": "",
"link": "",
"size": 400
},
{
"name": "Living Room of Satoshi",
"description": "",
"link": "",
"size": 800
},
{
"name": "Nanopos",
"description": "",
"link": "",
"size": 400
}
]
},
{
"name": "Advertising",
"children": [
{
"name": "Satoshi's Place",
"description": "",
"link": "",
"size": 1000
},
{
"name": "Art of Lightning",
"description": "",
"link": "",
"size": 300
}
]
},
{
"name": "Blogs",
"children": [
{
"name": "Yalls",
"description": "",
"link": "",
"size": 1074
},
{
"name": "Thunder Message",
"description": "",
"link": "",
"size": 650
},
{
"name": "WordPress Lightning Publisher",
"description": "",
"link": "",
"size": 400
}
]
},
{
"name": "Utils",
"children": [
{
"name": "Nanotip",
"description": "",
"link": "",
"size": 350
},
{
"name": "IFTT",
"description": "",
"link": "",
"size": 350
},
{
"name": "Lightning Jukebox",
"description": "",
"link": "",
"size": 1000
},
{
"name": "Pay Per Call",
"description": "",
"link": "",
"size": 250
},
{
"name": "Lightning Buddy",
"description": "",
"link": "",
"size": 400
},
{
"name": "Matreon",
"description": "",
"link": "",
"size": 500
},
{
"name": "Quote From Me",
"description": "",
"link": "",
"size": 300
},
{
"name": "In Tip Slack",
"description": "",
"link": "",
"size": 800
}
]
}
]
}
]
}