]> Untitled Git - bitcoindevkit.org/commitdiff
adoption: add fedimint to all and infrastructure
authorSteve Myers <steve@notmandatory.org>
Wed, 12 Mar 2025 01:35:56 +0000 (20:35 -0500)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Thu, 13 Mar 2025 22:29:38 +0000 (18:29 -0400)
docs/.vuepress/public/img/case-studies-logos/fedimint-icon.png [new file with mode: 0644]
docs/adoption/all.md
docs/adoption/infrastructure.md

diff --git a/docs/.vuepress/public/img/case-studies-logos/fedimint-icon.png b/docs/.vuepress/public/img/case-studies-logos/fedimint-icon.png
new file mode 100644 (file)
index 0000000..4f0c879
Binary files /dev/null and b/docs/.vuepress/public/img/case-studies-logos/fedimint-icon.png differ
index 6dd1f56e95f71d72acdf288d5257b3f526eeadf9..8dedf4f16f891a69b1ab19622e1afd5f7da56717 100644 (file)
@@ -525,6 +525,18 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
   </div>
 </div>
 
+<!-- Fedimint -->
+<div class="project">
+  <div class="project-logo">
+    <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>
 
index d27e85ad53a7e5edfe2f20cd3ddb43625a74710d..8330663b6145edf95aab2c6868858e9c30fc22ed 100644 (file)
@@ -53,6 +53,21 @@ lastUpdated: false
   </div>
 </div>
 
+<!-- Fedimint -->
+<div class="project">
+  <div class="project-logo">
+    <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>
+
 <style>
 .project {
   display: flex;