Skip to content

Commit ff17b45

Browse files
author
Conor Okus
committed
Add all projects tab
1 parent 665b3fc commit ff17b45

File tree

4 files changed

+153
-64
lines changed

4 files changed

+153
-64
lines changed

docs/assets/c=.png

-1.19 KB
Loading

docs/assets/velas.png

921 Bytes
Loading

docs/assets/voltage.png

1.05 KB
Loading

docs/case-studies.md

Lines changed: 153 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ lastUpdated: false
2929
Meet all the projects using LDK!
3030
</h1>
3131

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>
3434
<div class="case-studies">
3535
<div class="case-study-item">
3636
<img src="./assets/blue-wallet.png" />
@@ -43,53 +43,66 @@ lastUpdated: false
4343
<p>A mobile wallet that features portable web profiles and passwordless web accounts</p>
4444
</div>
4545
<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">
5646
<img src="./assets/kumuly.png" />
5747
<h3><a href="https://twitter.com/kumulydev" target="_blank">Kumuly</a></h3>
5848
<p>A Colomnia-based mobile bitcoin and Lightning wallet</p>
5949
</div>
6050
<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">
6651
<img src="./assets/lipa.png" />
6752
<h3><a href="https://lipa.swiss/" target="_blank">Lipa</a></h3>
6853
<p>Swiss-based mobile app that offers a bitcoin wallet for individuals and businesses</p>
6954
</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>
7465
</div>
7566
<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>
7970
</div>
8071
<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>
8475
</div>
8576
<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>
8980
</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>
9085
</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>
91103
</template>
92104

105+
93106
<template v-slot:custodial>
94107

95108
<div class="case-studies">
@@ -106,69 +119,145 @@ lastUpdated: false
106119

107120
<div class="case-studies">
108121
<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>
112135
</div>
113136
<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>
117140
</div>
118141
<div class="case-study-item">
119142
<img src="./assets/valera.png" />
120143
<h3><a href="https://valera.co/" target="_blank">Valera</a></h3>
121144
<p>Building a financial infrastructure suite for developers and users</p>
122145
</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">
131147
<img src="./assets/kuutamo.png" />
132148
<h3><a href="https://github.com/kuutamolabs/lightning-knd" target="_blank">Kuutamo</a></h3>
133149
<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">
143152
<img src="./assets/c=.png" />
144153
<h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
145154
<p>Building tools and services to help connect people to the Lightning Network</p>
146-
</div>
155+
</div>
147156
</div>
148157

149158
</template>
150159

151-
<template v-slot:experiments>
152-
153-
</template>
154-
155-
<template v-slot:education>
160+
<template v-slot:misc>
156161

157162
</template>
158163

159-
<template v-slot:partial>
160-
164+
<template v-slot:all>
161165
<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>
162226
<div class="case-study-item">
163227
<img src="./assets/teos.png" />
164228
<h3><a href="https://github.com/talaia-labs/rust-teos" target="_blank">C=</a></h3>
165229
<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">
168232
<img src="./assets/vls.png" />
169233
<h3><a href="https://vls.tech/" target="_blank">VLS</a></h3>
170234
<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>
172261
</div>
173262

174263
</template>

0 commit comments

Comments
 (0)