]> Untitled Git - bitcoindevkit.org/commitdiff
adoption: add cove wallet to all and mobile
authorSteve Myers <steve@notmandatory.org>
Wed, 12 Mar 2025 01:14:26 +0000 (20:14 -0500)
committerSteve Myers <steve@notmandatory.org>
Fri, 14 Mar 2025 00:29:23 +0000 (19:29 -0500)
docs/.vuepress/public/img/case-studies-logos/cove_wallet.png [new file with mode: 0644]
docs/adoption/all.md
docs/adoption/mobile.md

diff --git a/docs/.vuepress/public/img/case-studies-logos/cove_wallet.png b/docs/.vuepress/public/img/case-studies-logos/cove_wallet.png
new file mode 100644 (file)
index 0000000..abf9125
Binary files /dev/null and b/docs/.vuepress/public/img/case-studies-logos/cove_wallet.png differ
index 8dedf4f16f891a69b1ab19622e1afd5f7da56717..47f54eab66ea507988bbe520d03cf89d652ba120 100644 (file)
@@ -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>
 
index 10586f1a74f903ce53ecfc7cd86fd782b3d6b1aa..0a1ee4a469a5bfbf7f5c839234914f60a8b24dfc 100644 (file)
@@ -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;