File tree Expand file tree Collapse file tree 4 files changed +44
-1
lines changed
.vuepress/public/img/case-studies-logos Expand file tree Collapse file tree 4 files changed +44
-1
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,21 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
433
433
</div >
434
434
</div >
435
435
436
+ <!-- Bark -->
437
+ <div class =" project " >
438
+ <div class =" project-logo " >
439
+ <a href="https://codeberg.org/ark-bitcoin/bark/" target="_blank">
440
+ <img src="/img/case-studies-logos/bark-130.png" />
441
+ </a>
442
+ </div >
443
+ <div class =" tagline " >
444
+ <h3>
445
+ <a href="https://codeberg.org/ark-bitcoin/bark/" target="_blank">Bark</a>
446
+ </h3>
447
+ <p>A Rust implementation of the Ark protocol on bitcoin.</p>
448
+ </div >
449
+ </div >
450
+
436
451
<br >
437
452
438
453
<a href =" https://github.com/orgs/bitcoindevkit/discussions/64 " target =" _blank " rel =" noopener noreferrer " class =" nav-link external action-button " >
Original file line number Diff line number Diff line change @@ -98,7 +98,20 @@ lastUpdated: false
98
98
</div >
99
99
</div >
100
100
101
- <br >
101
+ <!-- Bark -->
102
+ <div class =" project " >
103
+ <div class =" project-logo " >
104
+ <a href="https://codeberg.org/ark-bitcoin/bark/" target="_blank">
105
+ <img src="/img/case-studies-logos/bark-130.png" />
106
+ </a>
107
+ </div >
108
+ <div class =" tagline " >
109
+ <h3>
110
+ <a href="https://codeberg.org/ark-bitcoin/bark/" target="_blank">Bark</a>
111
+ </h3>
112
+ <p>A Rust implementation of the Ark protocol on bitcoin.</p>
113
+ </div >
114
+ </div >
102
115
103
116
<style >
104
117
.project {
Original file line number Diff line number Diff line change @@ -38,6 +38,21 @@ lastUpdated: false
38
38
</div >
39
39
</div >
40
40
41
+ <!-- Bark -->
42
+ <div class =" project " >
43
+ <div class =" project-logo " >
44
+ <a href="https://codeberg.org/ark-bitcoin/bark/" target="_blank">
45
+ <img src="/img/case-studies-logos/bark-130.png" />
46
+ </a>
47
+ </div >
48
+ <div class =" tagline " >
49
+ <h3>
50
+ <a href="https://codeberg.org/ark-bitcoin/bark/" target="_blank">Bark</a>
51
+ </h3>
52
+ <p>A Rust implementation of the Ark protocol on bitcoin.</p>
53
+ </div >
54
+ </div >
55
+
41
56
<style >
42
57
.project {
43
58
display : flex ;
You can’t perform that action at this time.
0 commit comments