Skip to content

Commit 665b3fc

Browse files
author
Conor Okus
committed
Adds logos for various categories
1 parent c27b49a commit 665b3fc

22 files changed

+105
-30
lines changed
7.12 KB
Loading
6.27 KB
Loading

docs/assets/10101.png

7.35 KB
Loading

docs/assets/atomic.png

21 KB
Loading

docs/assets/bitkit.png

14 KB
Loading

docs/assets/blue-wallet.png

16.8 KB
Loading

docs/assets/c=.png

5.88 KB
Loading

docs/assets/cash-app-logo.png

7 KB
Loading

docs/assets/hydranet.png

18.4 KB
Loading

docs/assets/kumuly.png

17.1 KB
Loading

docs/assets/kuutamo.png

5.61 KB
Loading

docs/assets/lexe.png

3.19 KB
Loading

docs/assets/lipa.png

8 KB
Loading

docs/assets/mercury.png

7.09 KB
Loading

docs/assets/mutiny.png

7.34 KB
Loading

docs/assets/portico.png

3.67 KB
Loading

docs/assets/teos.png

5.18 KB
Loading

docs/assets/valera.png

4.69 KB
Loading

docs/assets/velas.png

6.32 KB
Loading

docs/assets/vls.png

12.9 KB
Loading

docs/assets/voltage.png

5.45 KB
Loading

docs/case-studies.md

Lines changed: 105 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554"
88
features:
99
- title: "The Eye of Satoshi"
1010
details: "A watchtower with a specific focus on lightning"
11-
image: "/"
11+
image: "/img/teos-main.png"
1212
imageAlt: ""
1313
caseStudyLink: "/blog/teos-uses-ldk-to-build-open-source-watchtower/"
1414
- title: "Cash App"
@@ -18,8 +18,8 @@ features:
1818
caseStudyLink: "/blog/cashapp-enables-lightning-withdrawals-and-deposits-using-ldk/"
1919
- title: "Sensei"
2020
details: "A lightning node implementation for everyone"
21-
image: "/"
22-
imageAlt: ""
21+
image: "/img/sensei-main.png"
22+
imageAlt: "sensei logo"
2323
caseStudyLink: "/blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/"
2424
editLink: false
2525
lastUpdated: false
@@ -29,72 +29,147 @@ 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'}">
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'}">
3333
<template v-slot:noncustodial>
3434
<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>
3540
<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>
3944
</div>
4045
<div class="case-study-item">
4146
<img src="./assets/portico.png" />
4247
<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>
4449
</div>
4550
<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>
4989
</div>
5090
</div>
5191
</template>
5292

5393
<template v-slot:custodial>
5494

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>
58102

59103
</template>
60104

61105
<template v-slot:infra>
62106

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>
66124

67125
</template>
68126

69127
<template v-slot:router>
70128

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>
74136

75137
</template>
76138

77139
<template v-slot:lsp>
78140

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>
82148

83149
</template>
84150

85151
<template v-slot:experiments>
86152

87-
<h1>
88-
Experiments
89-
</h1>
90-
91153
</template>
92154

93155
<template v-slot:education>
94156

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>
98173

99174
</template>
100175

0 commit comments

Comments
 (0)