]> Untitled Git - bitcoindevkit.org/commitdiff
docs: add galoy to infrastructure section
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 4 Dec 2023 15:48:18 +0000 (10:48 -0500)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 4 Dec 2023 15:48:18 +0000 (10:48 -0500)
docs/case-studies.md

index d75175bedd11c56407079a9f330c8aff943e8f78..3bb5fee3cd4b15232443bc3d14ab03473d32012b 100644 (file)
@@ -181,6 +181,7 @@ lastUpdated: false
 
   <template v-slot:infra>
     <div class="case-studies">
+      <!-- Spotbit -->
       <div class="case-study-item">
         <a href="https://github.com/BlockchainCommons/spotbit" target="_blank">
           <img src="/img/case-studies-logos/spotbit-130.png" />
@@ -190,6 +191,16 @@ lastUpdated: false
         </h3>
         <p>Spotbit is a portable API for Bitcoin price data and candles.</p>
       </div>
+      <!-- Galoy -->
+      <div class="case-study-item">
+        <a href="https://galoy.io/" target="_blank">
+          <img src="/img/case-studies-logos/galoy-130.png" />
+        </a>
+        <h3>
+          <a href="https://galoy.io/" target="_blank">Galoy</a>
+        </h3>
+        <p>Bitcoin-native banking infrastructure for organizations.</p>
+      </div>
     </div>
   </template>