Skip to content

adoption: add cove wallet to all and mobile #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 21 additions & 4 deletions docs/adoption/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,12 +531,29 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
<a href="https://fedimint.org/" target="_blank">
<img src="/img/case-studies-logos/fedimint-icon.png" style="max-height: 130px;" />
</a>
</div>
<div class="tagline">
<h3>
<a href="https://fedimint.org/" target="_blank">Fedimint</a>
</h3>
<p>A modular open source protocol to custody and transact bitcoin in a community context, built on a strong foundation of privacy.</p>
</div>
</div>

<!-- Cove Wallet -->
<div class="project">
<div class=project-logo>
<a href="https://covebitcoinwallet.com/" target="_blank">
<img src="/img/case-studies-logos/cove_wallet.png" style="max-height: 130px;" />
</a>
</div>
<div class="tagline">
<h3>
<a href="https://fedimint.org/" target="_blank">Fedimint</a>
</h3>
<p>A modular open source protocol to custody and transact bitcoin in a community context, built on a strong foundation of privacy.</p>
<h2>
<a href="https://covebitcoinwallet.com/" target="_blank">Cove Wallet</a>
</h2>
<p>
Cove is a simple yet powerful bitcoin mobile wallet. It’s intuitive and simple for newcomers while being powerful enough for experienced bitcoiners.
</p>
</div>
</div>

Expand Down
17 changes: 17 additions & 0 deletions docs/adoption/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,23 @@ lastUpdated: false
</div>
</div>

<!-- Cove Wallet -->
<div class="project">
<div class=project-logo>
<a href="https://covebitcoinwallet.com/" target="_blank">
<img src="/img/case-studies-logos/cove_wallet.png" style="max-height: 130px;" />
</a>
</div>
<div class="tagline">
<h2>
<a href="https://covebitcoinwallet.com/" target="_blank">Cove Wallet</a>
</h2>
<p>
Cove is a simple yet powerful bitcoin mobile wallet. It’s intuitive and simple for newcomers while being powerful enough for experienced bitcoiners.
</p>
</div>
</div>

<style>
.project {
display: flex;
Expand Down
Loading