@@ -8,7 +8,7 @@ actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554"
8
8
features :
9
9
- title : " The Eye of Satoshi"
10
10
details : " A watchtower with a specific focus on lightning"
11
- image : " /"
11
+ image : " /img/teos-main.png "
12
12
imageAlt : " "
13
13
caseStudyLink : " /blog/teos-uses-ldk-to-build-open-source-watchtower/"
14
14
- title : " Cash App"
@@ -18,8 +18,8 @@ features:
18
18
caseStudyLink : " /blog/cashapp-enables-lightning-withdrawals-and-deposits-using-ldk/"
19
19
- title : " Sensei"
20
20
details : " A lightning node implementation for everyone"
21
- image : " /"
22
- imageAlt : " "
21
+ image : " /img/sensei-main.png "
22
+ imageAlt : " sensei logo "
23
23
caseStudyLink : " /blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/"
24
24
editLink : false
25
25
lastUpdated : false
@@ -29,72 +29,147 @@ lastUpdated: false
29
29
Meet all the projects using LDK!
30
30
</h1 >
31
31
32
- <CodeSwitcher :languages =" {noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Routers', lsp:'LSPs', experiments:'Experiments', education: 'Educational Apps'} " >
32
+ <CodeSwitcher :languages =" {noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Routers', lsp:'LSPs', experiments:'Experiments', education: 'Educational Apps', partial: 'Partial LDK' } " >
33
33
<template v-slot:noncustodial >
34
34
<div class="case-studies">
35
+ <div class="case-study-item">
36
+ <img src="./assets/blue-wallet.png" />
37
+ <h3><a href="https://bluewallet.io/" target="_blank">Blue Wallet</a></h3>
38
+ <p>A mobile bitcoin and lightning wallet.</p>
39
+ </div>
35
40
<div class =" case-study-item " >
36
- <img src="./assets/portico .png" />
37
- <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Portico </a></h3>
38
- <p>Portico is a DEX that enables people to swap between bitcoin layers and sidechains </p>
41
+ <img src="./assets/bitkit .png" />
42
+ <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Bitkit </a></h3>
43
+ <p>A mobile wallet that features portable web profiles and passwordless web accounts </p>
39
44
</div>
40
45
<div class="case-study-item">
41
46
<img src="./assets/portico.png" />
42
47
<h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Portico</a></h3>
43
- <p>Portico is a DEX that enables people to swap between bitcoin layers and sidechains</p>
48
+ <p>A DEX that enables people to swap between bitcoin layers and sidechains</p>
44
49
</div>
45
50
<div class="case-study-item">
46
- <img src="./assets/portico.png" />
47
- <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Portico</a></h3>
48
- <p>Portico is a DEX that enables people to swap between bitcoin layers and sidechains</p>
51
+ <img src="./assets/mercury.png" />
52
+ <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Mercury</a></h3>
53
+ <p>A lighting wallet that enables BTC transfers without requiring an on-chain transaction</p>
54
+ </div>
55
+ <div class="case-study-item">
56
+ <img src="./assets/kumuly.png" />
57
+ <h3><a href="https://twitter.com/kumulydev" target="_blank">Kumuly</a></h3>
58
+ <p>A Colomnia-based mobile bitcoin and Lightning wallet</p>
59
+ </div>
60
+ <div class="case-study-item">
61
+ <img src="./assets/10101.png" />
62
+ <h3><a href="https://10101.finance/" target="_blank">10101</a></h3>
63
+ <p>An on-chain and off-chain wallet that allows trading</p>
64
+ </div>
65
+ <div class="case-study-item">
66
+ <img src="./assets/lipa.png" />
67
+ <h3><a href="https://lipa.swiss/" target="_blank">Lipa</a></h3>
68
+ <p>Swiss-based mobile app that offers a bitcoin wallet for individuals and businesses</p>
69
+ </div>
70
+ <div class="case-study-item">
71
+ <img src="./assets/velas.png" />
72
+ <h3><a href="https://www.velascommerce.com/" target="_blank">Velas</a></h3>
73
+ <p>enables businesses to integrate Lightning payments into websites, mobile applications, and more</p>
74
+ </div>
75
+ <div class="case-study-item">
76
+ <img src="./assets/mutiny.png" />
77
+ <h3><a href="https://mutinywallet.com/" target="_blank">Mutiny</a></h3>
78
+ <p>Mutiny is a web-first lightning wallet</p>
79
+ </div>
80
+ <div class="case-study-item">
81
+ <img src="./assets/atomic.png" />
82
+ <h3><a href="https://atomicdex.io/en/" target="_blank">AtomicDEX</a></h3>
83
+ <p>A multi-coin wallet, bridge, and DEX that can run on mobile and desktop</p>
84
+ </div>
85
+ <div class="case-study-item">
86
+ <img src="./assets/hydranet.png" />
87
+ <h3><a href="https://hydranet.ai/" target="_blank">Hydranet</a></h3>
88
+ <p>A DEX that offers trading between blockchains without the need for a layer 2 bridge</p>
49
89
</div>
50
90
</div>
51
91
</template >
52
92
53
93
<template v-slot:custodial >
54
94
55
- <h1 >
56
- Custodial
57
- </h1 >
95
+ <div class =" case-studies " >
96
+ <div class =" case-study-item " >
97
+ <img src =" ./assets/cash-app-logo.png " />
98
+ <h3 ><a href =" https://cash.app/ " target =" _blank " >Cash App</a ></h3 >
99
+ <p >A mobile P2P payments app and bitcoin wallet</p >
100
+ </div >
101
+ </div >
58
102
59
103
</template >
60
104
61
105
<template v-slot:infra >
62
106
63
- <h1 >
64
- Infra
65
- </h1 >
107
+ <div class =" case-studies " >
108
+ <div class =" case-study-item " >
109
+ <img src =" ./assets/lexe.png " />
110
+ <h3 ><a href =" https://github.com/lexe-tech " target =" _blank " >Lexe</a ></h3 >
111
+ <p >Lexe is...</p >
112
+ </div >
113
+ <div class =" case-study-item " >
114
+ <img src =" ./assets/voltage.png " />
115
+ <h3 ><a href =" https://voltage.cloud/ " target =" _blank " >Voltage</a ></h3 >
116
+ <p >Provides enterprise grade infrastructure for the Lightning Network</p >
117
+ </div >
118
+ <div class =" case-study-item " >
119
+ <img src =" ./assets/valera.png " />
120
+ <h3 ><a href =" https://valera.co/ " target =" _blank " >Valera</a ></h3 >
121
+ <p >Building a financial infrastructure suite for developers and users</p >
122
+ </div >
123
+ </div >
66
124
67
125
</template >
68
126
69
127
<template v-slot:router >
70
128
71
- <h1 >
72
- Router
73
- </h1 >
129
+ <div class =" case-studies " >
130
+ <div class="case-study-item">
131
+ <img src="./assets/kuutamo.png" />
132
+ <h3><a href="https://github.com/kuutamolabs/lightning-knd" target="_blank">Kuutamo</a></h3>
133
+ <p>A turn-key, end-to-end solution for running self-hosted nodes, anywhere</p>
134
+ </div>
135
+ </div >
74
136
75
137
</template >
76
138
77
139
<template v-slot:lsp >
78
140
79
- <h1 >
80
- LSP
81
- </h1 >
141
+ <div class =" case-studies " >
142
+ <div class="case-study-item">
143
+ <img src="./assets/c=.png" />
144
+ <h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
145
+ <p>Building tools and services to help connect people to the Lightning Network</p>
146
+ </div>
147
+ </div >
82
148
83
149
</template >
84
150
85
151
<template v-slot:experiments >
86
152
87
- <h1 >
88
- Experiments
89
- </h1 >
90
-
91
153
</template >
92
154
93
155
<template v-slot:education >
94
156
95
- <h1 >
96
- Education
97
- </h1 >
157
+ </template >
158
+
159
+ <template v-slot:partial >
160
+
161
+ <div class =" case-studies " >
162
+ <div class="case-study-item">
163
+ <img src="./assets/teos.png" />
164
+ <h3><a href="https://github.com/talaia-labs/rust-teos" target="_blank">C=</a></h3>
165
+ <p>A bitcoin watchtower with a specific focus on lightning</p>
166
+ </div>
167
+ <div class="case-study-item">
168
+ <img src="./assets/vls.png" />
169
+ <h3><a href="https://vls.tech/" target="_blank">VLS</a></h3>
170
+ <p>Separates lightning private keys and security rule validation from nodes, into a discrete signing device</p>
171
+ </div>
172
+ </div >
98
173
99
174
</template >
100
175
0 commit comments