@@ -29,8 +29,8 @@ 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 ', partial: 'Partial LDK' } " >
33
- <template v-slot:noncustodial >
32
+ <CodeSwitcher :languages =" {all: 'All Projects', mobile:'Mobile ', web:'Web ', desktop:'Desktop ', custodial: 'Custodial ', infra:'Infrastructure ', misc:'Misc', } " >
33
+ <template v-slot:mobile >
34
34
<div class="case-studies">
35
35
<div class="case-study-item">
36
36
<img src="./assets/blue-wallet.png" />
@@ -43,53 +43,66 @@ lastUpdated: false
43
43
<p>A mobile wallet that features portable web profiles and passwordless web accounts</p>
44
44
</div>
45
45
<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>A DEX that enables people to swap between bitcoin layers and sidechains</p>
49
- </div>
50
- <div class="case-study-item">
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
46
<img src="./assets/kumuly.png" />
57
47
<h3><a href="https://twitter.com/kumulydev" target="_blank">Kumuly</a></h3>
58
48
<p>A Colomnia-based mobile bitcoin and Lightning wallet</p>
59
49
</div>
60
50
<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
51
<img src="./assets/lipa.png" />
67
52
<h3><a href="https://lipa.swiss/" target="_blank">Lipa</a></h3>
68
53
<p>Swiss-based mobile app that offers a bitcoin wallet for individuals and businesses</p>
69
54
</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>
55
+ </div>
56
+ </template >
57
+
58
+ <template v-slot:web >
59
+
60
+ <div class =" case-studies " >
61
+ <div class="case-study-item">
62
+ <img src="./assets/portico.png" />
63
+ <h3><a href="https://mercurywallet.com/" target="_blank">Portico</a></h3>
64
+ <p>A DEX that enables people to swap between bitcoin layers and sidechains</p>
74
65
</div>
75
66
<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>
67
+ <img src="./assets/mercury .png" />
68
+ <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/ " target="_blank">Mercury </a></h3>
69
+ <p>A lighting wallet that enables BTC transfers without requiring an on-chain transaction </p>
79
70
</div>
80
71
<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>
72
+ <img src="./assets/10101 .png" />
73
+ <h3><a href="https://10101.finance/ " target="_blank">10101 </a></h3>
74
+ <p>An on-chain and off-chain wallet that allows trading </p>
84
75
</div>
85
76
<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>
77
+ <img src="./assets/mutiny .png" />
78
+ <h3><a href="https://mutinywallet.com /" target="_blank">Mutiny </a></h3>
79
+ <p>Mutiny is a web-first lightning wallet </p>
89
80
</div>
81
+ <div class="case-study-item">
82
+ <img src="./assets/velas.png" />
83
+ <h3><a href="https://www.velascommerce.com/" target="_blank">Velas</a></h3>
84
+ <p>Enables businesses to integrate Lightning payments into websites, mobile applications, and more</p>
90
85
</div>
86
+ </div >
87
+
88
+ </template >
89
+
90
+ <template v-slot:desktop >
91
+ <div class="case-studies">
92
+ <div class="case-study-item">
93
+ <img src="./assets/atomic.png" />
94
+ <h3><a href="https://atomicdex.io/en/" target="_blank">AtomicDEX</a></h3>
95
+ <p>A multi-coin wallet, bridge, and DEX that can run on mobile and desktop</p>
96
+ </div>
97
+ <div class="case-study-item">
98
+ <img src="./assets/hydranet.png" />
99
+ <h3><a href="https://hydranet.ai/" target="_blank">Hydranet</a></h3>
100
+ <p>A DEX that offers trading between blockchains without the need for a layer 2 bridge</p>
101
+ </div>
102
+ </div>
91
103
</template >
92
104
105
+
93
106
<template v-slot:custodial >
94
107
95
108
<div class =" case-studies " >
@@ -106,69 +119,145 @@ lastUpdated: false
106
119
107
120
<div class =" case-studies " >
108
121
<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 >
122
+ <img src="./assets/teos.png" />
123
+ <h3><a href="https://github.com/talaia-labs/rust-teos" target="_blank">C=</a></h3>
124
+ <p>A bitcoin watchtower with a specific focus on lightning</p>
125
+ </div >
126
+ <div class =" case-study-item " >
127
+ <img src="./assets/vls.png" />
128
+ <h3><a href="https://vls.tech/" target="_blank">VLS</a></h3>
129
+ <p>Separates lightning private keys and security rule validation from nodes, into a discrete signing device</p>
130
+ </div >
131
+ <div class =" case-study-item " >
132
+ <img src="./assets/lexe.png" />
133
+ <h3><a href="https://github.com/lexe-tech" target="_blank">Lexe</a></h3>
134
+ <p>Lexe is...</p>
112
135
</div >
113
136
<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 >
137
+ <img src="./assets/voltage.png" />
138
+ <h3><a href="https://voltage.cloud/" target="_blank">Voltage</a></h3>
139
+ <p>Provides enterprise grade infrastructure for the Lightning Network</p>
117
140
</div >
118
141
<div class =" case-study-item " >
119
142
<img src =" ./assets/valera.png " />
120
143
<h3 ><a href =" https://valera.co/ " target =" _blank " >Valera</a ></h3 >
121
144
<p >Building a financial infrastructure suite for developers and users</p >
122
145
</div >
123
- </div >
124
-
125
- </template >
126
-
127
- <template v-slot:router >
128
-
129
- <div class =" case-studies " >
130
- <div class="case-study-item">
146
+ <div class =" case-study-item " >
131
147
<img src="./assets/kuutamo.png" />
132
148
<h3><a href="https://github.com/kuutamolabs/lightning-knd" target="_blank">Kuutamo</a></h3>
133
149
<p>A turn-key, end-to-end solution for running self-hosted nodes, anywhere</p>
134
- </div>
135
- </div >
136
-
137
- </template >
138
-
139
- <template v-slot:lsp >
140
-
141
- <div class =" case-studies " >
142
- <div class="case-study-item">
150
+ </div >
151
+ <div class =" case-study-item " >
143
152
<img src="./assets/c=.png" />
144
153
<h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
145
154
<p>Building tools and services to help connect people to the Lightning Network</p>
146
- </div>
155
+ </div >
147
156
</div >
148
157
149
158
</template >
150
159
151
- <template v-slot:experiments >
152
-
153
- </template >
154
-
155
- <template v-slot:education >
160
+ <template v-slot:misc >
156
161
157
162
</template >
158
163
159
- <template v-slot:partial >
160
-
164
+ <template v-slot:all >
161
165
<div class =" case-studies " >
166
+ <div class="case-study-item">
167
+ <img src="./assets/blue-wallet.png" />
168
+ <h3><a href="https://bluewallet.io/" target="_blank">Blue Wallet</a></h3>
169
+ <p>A mobile bitcoin and lightning wallet.</p>
170
+ </div>
171
+ <div class =" case-study-item " >
172
+ <img src="./assets/bitkit.png" />
173
+ <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Bitkit</a></h3>
174
+ <p>A mobile wallet that features portable web profiles and passwordless web accounts</p>
175
+ </div>
176
+ <div class="case-study-item">
177
+ <img src="./assets/kumuly.png" />
178
+ <h3><a href="https://twitter.com/kumulydev" target="_blank">Kumuly</a></h3>
179
+ <p>A Colomnia-based mobile bitcoin and Lightning wallet</p>
180
+ </div>
181
+ <div class="case-study-item">
182
+ <img src="./assets/lipa.png" />
183
+ <h3><a href="https://lipa.swiss/" target="_blank">Lipa</a></h3>
184
+ <p>Swiss-based mobile app that offers a bitcoin wallet for individuals and businesses</p>
185
+ </div>
186
+ <div class="case-study-item">
187
+ <img src="./assets/portico.png" />
188
+ <h3><a href="https://mercurywallet.com/" target="_blank">Portico</a></h3>
189
+ <p>A DEX that enables people to swap between bitcoin layers and sidechains</p>
190
+ </div>
191
+ <div class="case-study-item">
192
+ <img src="./assets/mercury.png" />
193
+ <h3><a href="https://porticoexchange.github.io/porticoexchangev2.github.io/" target="_blank">Mercury</a></h3>
194
+ <p>A lighting wallet that enables BTC transfers without requiring an on-chain transaction</p>
195
+ </div>
196
+ <div class="case-study-item">
197
+ <img src="./assets/10101.png" />
198
+ <h3><a href="https://10101.finance/" target="_blank">10101</a></h3>
199
+ <p>An on-chain and off-chain wallet that allows trading</p>
200
+ </div>
201
+ <div class="case-study-item">
202
+ <img src="./assets/mutiny.png" />
203
+ <h3><a href="https://mutinywallet.com/" target="_blank">Mutiny</a></h3>
204
+ <p>Mutiny is a web-first lightning wallet</p>
205
+ </div>
206
+ <div class="case-study-item">
207
+ <img src="./assets/velas.png" />
208
+ <h3><a href="https://www.velascommerce.com/" target="_blank">Velas</a></h3>
209
+ <p>Enables businesses to integrate Lightning payments into websites, mobile applications, and more</p>
210
+ </div>
211
+ <div class="case-study-item">
212
+ <img src="./assets/atomic.png" />
213
+ <h3><a href="https://atomicdex.io/en/" target="_blank">AtomicDEX</a></h3>
214
+ <p>A multi-coin wallet, bridge, and DEX that can run on mobile and desktop</p>
215
+ </div>
216
+ <div class="case-study-item">
217
+ <img src="./assets/hydranet.png" />
218
+ <h3><a href="https://hydranet.ai/" target="_blank">Hydranet</a></h3>
219
+ <p>A DEX that offers trading between blockchains without the need for a layer 2 bridge</p>
220
+ </div>
221
+ <div class="case-study-item">
222
+ <img src="./assets/cash-app-logo.png" />
223
+ <h3><a href="https://cash.app/" target="_blank">Cash App</a></h3>
224
+ <p>A mobile P2P payments app and bitcoin wallet</p>
225
+ </div>
162
226
<div class="case-study-item">
163
227
<img src="./assets/teos.png" />
164
228
<h3><a href="https://github.com/talaia-labs/rust-teos" target="_blank">C=</a></h3>
165
229
<p>A bitcoin watchtower with a specific focus on lightning</p>
166
- </div>
167
- <div class="case-study-item">
230
+ </div >
231
+ <div class =" case-study-item " >
168
232
<img src="./assets/vls.png" />
169
233
<h3><a href="https://vls.tech/" target="_blank">VLS</a></h3>
170
234
<p>Separates lightning private keys and security rule validation from nodes, into a discrete signing device</p>
171
- </div>
235
+ </div >
236
+ <div class =" case-study-item " >
237
+ <img src="./assets/lexe.png" />
238
+ <h3><a href="https://github.com/lexe-tech" target="_blank">Lexe</a></h3>
239
+ <p>Lexe is...</p>
240
+ </div >
241
+ <div class =" case-study-item " >
242
+ <img src="./assets/voltage.png" />
243
+ <h3><a href="https://voltage.cloud/" target="_blank">Voltage</a></h3>
244
+ <p>Provides enterprise grade infrastructure for the Lightning Network</p>
245
+ </div >
246
+ <div class =" case-study-item " >
247
+ <img src="./assets/valera.png" />
248
+ <h3><a href="https://valera.co/" target="_blank">Valera</a></h3>
249
+ <p>Building a financial infrastructure suite for developers and users</p>
250
+ </div >
251
+ <div class =" case-study-item " >
252
+ <img src="./assets/kuutamo.png" />
253
+ <h3><a href="https://github.com/kuutamolabs/lightning-knd" target="_blank">Kuutamo</a></h3>
254
+ <p>A turn-key, end-to-end solution for running self-hosted nodes, anywhere</p>
255
+ </div >
256
+ <div class =" case-study-item " >
257
+ <img src="./assets/c=.png" />
258
+ <h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
259
+ <p>Building tools and services to help connect people to the Lightning Network</p>
260
+ </div >
172
261
</div >
173
262
174
263
</template >
0 commit comments