Skip to content

Commit

Permalink
Add Padawan Wallet to case studies page
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Aug 4, 2023
1 parent 5be511c commit cfb4bd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Binary file added docs/.vuepress/public/img/padawan-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions docs/case-studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ lastUpdated: false
<template v-slot:mobile>
<div class="case-studies">
<div class="case-study-item">
<a href="https://bitcoindevkit.org" target="_blank">
<img src="/img/bitcoindevkit.svg" />
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">
<img src="/img/padawan-logo.png" />
</a>
<h3>
<a href="https://bitcoindevkit.org" target="_blank">Example Mobile App</a>
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">Padawan Wallet</a>
</h3>
<p>A cool app built with BDK.</p>
<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>
</div>
</div>
</template>
Expand Down Expand Up @@ -102,14 +102,15 @@ lastUpdated: false
<template v-slot:all>
<div class="case-studies">
<div class="case-study-item">
<a href="https://bitcoindevkit.org" target="_blank">
<img src="/img/bitcoindevkit.svg" />
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">
<img src="/img/padawan-logo.png" />
</a>
<h3>
<a href="https://bitcoindevkit.org" target="_blank">Example App 1</a>
<a href="https://play.google.com/store/apps/details?id=com.goldenraven.padawanwallet" target="_blank">Padawan Wallet</a>
</h3>
<p>A cool app built with BDK.</p>
<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>
</div>
</div>
<div class="case-study-item">
<a href="https://bitcoindevkit.org" target="_blank">
<img src="/img/bitcoindevkit.svg" />
Expand Down

0 comments on commit cfb4bd1

Please sign in to comment.