Skip to content

Commit e411ec1

Browse files
Add Bitkey to case studies page
1 parent 93680a8 commit e411ec1

File tree

4 files changed

+62
-29
lines changed

4 files changed

+62
-29
lines changed
Loading

docs/case-studies.md

Lines changed: 62 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,31 @@ lastUpdated: false
1313
Meet the projects building with BDK
1414
</h1>
1515

16-
<CodeSwitcher :languages="{all: 'All', mobile:'Mobile', web:'Web', desktop:'Desktop', custodial: 'Custodial', infra:'Infrastructure', misc:'Misc',}">
16+
<!-- <CodeSwitcher :languages="{all: 'All', mobile:'Mobile', web:'Web', desktop:'Desktop', custodial: 'Custodial', infra:'Infrastructure', misc:'Misc',}"> -->
1717

18+
<CodeSwitcher :languages="{all: 'All', mobile: 'Mobile', hardware: 'Hardware'}">
19+
1820
<template v-slot:mobile>
1921
<div class="case-studies">
2022
<div class="case-study-item">
21-
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">
22-
<img src="/img/padawan-logo.png" />
23+
<a href="https://bitkey.build/" target="_blank">
24+
<img src="/img/case-studies-logos/block-logo.gif" />
2325
</a>
2426
<h3>
25-
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">Padawan Wallet</a>
27+
<a href="https://bitkey.build/" target="_blank">Bitkey</a>
2628
</h3>
27-
<p>Padawan is a testnet-only bitcoin wallet filled with tutorials on how to use bitcoin wallets. It is a self-study tool, acquainting users with mobile bitcoin wallets in a risk-free environment using the bitcoin testnet network. It is a perfect app for experimentation and learning for people of all ages. No accounts, no trackers, and the app is a free and open source project.</p>
29+
<p>Bitkey is the safe, easy way to own and manage bitcoin. It’s a mobile app, hardware device, and a set of recovery tools, for simple, secure self-custody.</p>
2830
</div>
2931
<div class="case-study-item">
3032
<a href="https://peachbitcoin.com/" target="_blank">
31-
<img src="/img/peach-bitcoin-logo.svg" />
33+
<img src="/img/case-studies-logos/peach-bitcoin-logo.svg" />
3234
</a>
3335
<h3>
3436
<a href="https://peachbitcoin.com/" target="_blank">Peach Bitcoin</a>
3537
</h3>
3638
<p>Peach is a mobile application that connects Bitcoin buyers and sellers directly together. Buy or sell bitcoin peer-to-peer anywhere, at anytime. Use the payment method of your choice amongst many options. Sell at the price of your choice because peer-to-peer markets are the real markets.</p>
3739
</div>
38-
<div class="case-study-item">
40+
<div class="case-study-item">
3941
<a href="https://github.com/lightningdevkit/ldk-node" target="_blank">
4042
<img src="/img/case-studies-logos/ldk-node-logo.png" />
4143
</a>
@@ -44,10 +46,19 @@ lastUpdated: false
4446
</h3>
4547
<p>A ready-to-go Lightning node library built using LDK and BDK.</p>
4648
</div>
49+
<div class="case-study-item">
50+
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">
51+
<img src="/img/case-studies-logos/padawan-logo.png" />
52+
</a>
53+
<h3>
54+
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">Padawan Wallet</a>
55+
</h3>
56+
<p>Padawan is a testnet-only bitcoin wallet filled with tutorials on how to use bitcoin wallets. It is a self-study tool, acquainting users with mobile bitcoin wallets in a risk-free environment using the bitcoin testnet network. It is a perfect app for experimentation and learning for people of all ages. No accounts, no trackers, and the app is a free and open source project.</p>
57+
</div>
4758
</div>
4859
</template>
4960

50-
<template v-slot:web>
61+
<!-- <template v-slot:web>
5162
<div class="case-studies">
5263
<div class="case-study-item">
5364
<a href="https://bitcoindevkit.org" target="_blank">
@@ -59,9 +70,9 @@ lastUpdated: false
5970
<p>A cool app built with BDK.</p>
6071
</div>
6172
</div>
62-
</template>
73+
</template> -->
6374

64-
<template v-slot:desktop>
75+
<!-- <template v-slot:desktop>
6576
<div class="case-studies">
6677
<div class="case-study-item">
6778
<a href="https://bitcoindevkit.org" target="_blank">
@@ -73,9 +84,23 @@ lastUpdated: false
7384
<p>A cool app built with BDK.</p>
7485
</div>
7586
</div>
87+
</template> -->
88+
89+
<template v-slot:hardware>
90+
<div class="case-studies">
91+
<div class="case-study-item">
92+
<a href="https://bitkey.build/" target="_blank">
93+
<img src="/img/case-studies-logos/block-logo.gif" />
94+
</a>
95+
<h3>
96+
<a href="https://bitkey.build/" target="_blank">Bitkey</a>
97+
</h3>
98+
<p>Bitkey is the safe, easy way to own and manage bitcoin. It’s a mobile app, hardware device, and a set of recovery tools, for simple, secure self-custody.</p>
99+
</div>
100+
</div>
76101
</template>
77102

78-
<template v-slot:custodial>
103+
<!-- <template v-slot:custodial>
79104
<div class="case-studies">
80105
<div class="case-study-item">
81106
<a href="https://bitcoindevkit.org" target="_blank">
@@ -87,9 +112,9 @@ lastUpdated: false
87112
<p>A cool app built with BDK.</p>
88113
</div>
89114
</div>
90-
</template>
115+
</template> -->
91116

92-
<template v-slot:infra>
117+
<!-- <template v-slot:infra>
93118
<div class="case-studies">
94119
<div class="case-study-item">
95120
<a href="https://bitcoindevkit.org" target="_blank">
@@ -101,9 +126,9 @@ lastUpdated: false
101126
<p>A cool app built with BDK.</p>
102127
</div>
103128
</div>
104-
</template>
129+
</template> -->
105130

106-
<template v-slot:misc>
131+
<!-- <template v-slot:misc>
107132
<div class="case-studies">
108133
<div class="case-study-item">
109134
<a href="https://bitcoindevkit.org" target="_blank">
@@ -115,37 +140,45 @@ lastUpdated: false
115140
<p>A cool app built with BDK.</p>
116141
</div>
117142
</div>
118-
</template>
143+
</template> -->
119144

120145
<template v-slot:all>
121146
<div class="case-studies">
147+
<div class="case-study-item">
148+
<a href="https://bitkey.build/" target="_blank">
149+
<img src="/img/case-studies-logos/block-logo.gif" />
150+
</a>
151+
<h3>
152+
<a href="https://bitkey.build/" target="_blank">Bitkey</a>
153+
</h3>
154+
<p>Bitkey is the safe, easy way to own and manage bitcoin. It’s a mobile app, hardware device, and a set of recovery tools, for simple, secure self-custody.</p>
155+
</div>
122156
<div class="case-study-item">
123-
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">
124-
<img src="/img/padawan-logo.png" />
157+
<a href="https://peachbitcoin.com/" target="_blank">
158+
<img src="/img/case-studies-logos/peach-bitcoin-logo.svg" />
125159
</a>
126160
<h3>
127-
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">Padawan Wallet</a>
161+
<a href="https://peachbitcoin.com/" target="_blank">Peach Bitcoin</a>
128162
</h3>
129-
<p>Padawan is a testnet-only bitcoin wallet filled with tutorials on how to use bitcoin wallets. It is a self-study tool, acquainting users with mobile bitcoin wallets in a risk-free environment using the bitcoin testnet network. It is a perfect app for experimentation and learning for people of all ages. No accounts, no trackers, and the app is a free and open source project.</p>
163+
<p>Peach is a mobile application that connects Bitcoin buyers and sellers directly together. Buy or sell bitcoin peer-to-peer anywhere, at anytime. Use the payment method of your choice amongst many options. Sell at the price of your choice because peer-to-peer markets are the real markets.</p>
130164
</div>
131-
</div>
132165
<div class="case-study-item">
133-
<a href="https://bitcoindevkit.org" target="_blank">
134-
<img src="/img/bitcoindevkit.svg" />
166+
<a href="https://github.com/lightningdevkit/ldk-node" target="_blank">
167+
<img src="/img/case-studies-logos/ldk-node-logo.png" />
135168
</a>
136169
<h3>
137-
<a href="https://bitcoindevkit.org" target="_blank">Example App 2</a>
170+
<a href="https://github.com/lightningdevkit/ldk-node" target="_blank">LDK Node</a>
138171
</h3>
139-
<p>A cool app built with BDK.</p>
172+
<p>A ready-to-go Lightning node library built using LDK and BDK.</p>
140173
</div>
141174
<div class="case-study-item">
142-
<a href="https://bitcoindevkit.org" target="_blank">
143-
<img src="/img/bitcoindevkit.svg" />
175+
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">
176+
<img src="/img/case-studies-logos/padawan-logo.png" />
144177
</a>
145178
<h3>
146-
<a href="https://bitcoindevkit.org" target="_blank">Example App 3</a>
179+
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">Padawan Wallet</a>
147180
</h3>
148-
<p>A cool app built with BDK.</p>
181+
<p>Padawan is a testnet-only bitcoin wallet filled with tutorials on how to use bitcoin wallets. It is a self-study tool, acquainting users with mobile bitcoin wallets in a risk-free environment using the bitcoin testnet network. It is a perfect app for experimentation and learning for people of all ages. No accounts, no trackers, and the app is a free and open source project.</p>
149182
</div>
150183
</div>
151184
</template>

0 commit comments

Comments
 (0)