Skip to content

Commit 07c5a6c

Browse files
author
Conor Okus
committed
Adds case study page
1 parent e37fa4f commit 07c5a6c

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed
3.92 KB
Loading

docs/.vuepress/public/img/illustrations.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/case-studies.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,81 @@ heroText: "Case Studies"
55
tagline: "A list of bitcoin applications building with LDK. If you’re using LDK we’d love to hear about your experience!"
66
actionText: "Let us know!"
77
actionLink: "https://github.com/orgs/lightningdevkit/discussions/1554"
8+
features:
9+
- title: "The Eye of Satoshi"
10+
details: "A watchtower with a specific focus on lightning"
11+
imageSrc: "/"
12+
imageAlt: "teos logo"
13+
caseStudyLink: "/blog/teos-uses-ldk-to-build-open-source-watchtower/"
14+
- title: "Cash App"
15+
details: "The easy way to send, spend, bank, and invest"
16+
imageSrc: "/img/cash-app-logo.png"
17+
imageAlt: "cash app logo"
18+
caseStudyLink: "/blog/cashapp-enables-lightning-withdrawals-and-deposits-using-ldk/"
19+
- title: "Sensei"
20+
details: "A lightning node implementation for everyone"
21+
imageSrc: "/"
22+
imageAlt: "sensei logo"
23+
caseStudyLink: "/blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/"
824
editLink: false
25+
lastUpdated: false
926
---
27+
28+
<h1 class="more-cases-heading">
29+
Meet all the projects using LDK!
30+
</h1>
31+
32+
<CodeSwitcher :languages="{noncustodial:'Non-Custodial Wallets', custodial:'Custodial Wallets', infra:'Non-Custodial Infrastructure', router:'LN Router', lsp:'LSP', experiments:'Experiments', education: 'Educational Apps'}">
33+
<template v-slot:noncustodial>
34+
35+
</template>
36+
37+
<template v-slot:custodial>
38+
39+
<h1>
40+
Custodial
41+
</h1>
42+
43+
</template>
44+
45+
<template v-slot:infra>
46+
47+
<h1>
48+
Infra
49+
</h1>
50+
51+
</template>
52+
53+
<template v-slot:router>
54+
55+
<h1>
56+
Router
57+
</h1>
58+
59+
</template>
60+
61+
<template v-slot:lsp>
62+
63+
<h1>
64+
LSP
65+
</h1>
66+
67+
</template>
68+
69+
<template v-slot:experiments>
70+
71+
<h1>
72+
Experiments
73+
</h1>
74+
75+
</template>
76+
77+
<template v-slot:education>
78+
79+
<h1>
80+
Education
81+
</h1>
82+
83+
</template>
84+
85+
</CodeSwitcher>

0 commit comments

Comments
 (0)