Skip to content
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
39 changes: 39 additions & 0 deletions docs/.vuepress/public/img/case-studies-logos/frostsnap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/adoption/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,21 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
</div>
</div>

<!-- Frostsnap -->
<div class="project">
<div class="project-logo">
<a href="https://frostsnap.com/" target="_blank">
<img src="/img/case-studies-logos/frostsnap.svg" />
</a>
</div>
<div class="tagline">
<h3>
<a href="https://frostsnap.com/" target="_blank">Frostsnap</a>
</h3>
<p>Next-generation Bitcoin security.</p>
</div>
</div>

</div>
</div>

Expand Down
15 changes: 15 additions & 0 deletions docs/adoption/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,21 @@ lastUpdated: false
</div>
</div>

<!-- Frostsnap -->
<div class="project">
<div class="project-logo">
<a href="https://frostsnap.com/" target="_blank">
<img src="/img/case-studies-logos/frostsnap.svg" />
</a>
</div>
<div class="tagline">
<h3>
<a href="https://frostsnap.com/" target="_blank">Frostsnap</a>
</h3>
<p>Next-generation Bitcoin security.</p>
</div>
</div>

<style>
.project {
display: flex;
Expand Down
15 changes: 15 additions & 0 deletions docs/adoption/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,21 @@ lastUpdated: false
</div>
</div>

<!-- Frostsnap -->
<div class="project">
<div class="project-logo">
<a href="https://frostsnap.com/" target="_blank">
<img src="/img/case-studies-logos/frostsnap.svg" />
</a>
</div>
<div class="tagline">
<h3>
<a href="https://frostsnap.com/" target="_blank">Frostsnap</a>
</h3>
<p>Next-generation Bitcoin security.</p>
</div>
</div>

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