@@ -153,11 +153,43 @@ lastUpdated: false
153
153
<h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
154
154
<p>Building tools and services to help connect people to the Lightning Network</p>
155
155
</div >
156
+ <div class =" case-study-item " >
157
+ <img src="./assets/github.png" />
158
+ <h3><a href="https://github.com/carlaKC/lndk" target="_blank">LNDK</a></h3>
159
+ <p>LNDK is an experimental attempt at using LDK to implement BOLT12 features for LND</p>
160
+ </div >
156
161
</div >
157
162
158
163
</template >
159
164
160
165
<template v-slot:misc >
166
+ <div class="case-studies">
167
+ <div class="case-study-item">
168
+ <img src="./assets/github.png" />
169
+ <h3><a href="https://github.com/carlaKC/lndk" target="_blank">LNDK</a></h3>
170
+ <p>An experimental attempt at using LDK to implement BOLT12 features for LND</p>
171
+ </div>
172
+ <div class="case-study-item">
173
+ <img src="./assets/github.png" />
174
+ <h3><a href="https://github.com/p2pderivatives/rust-dlc" target="_blank">rust-dlc</a></h3>
175
+ <p>A Rust library for working with Discreet Log Contracts</p>
176
+ </div>
177
+ <div class="case-study-item">
178
+ <img src="./assets/github.png" />
179
+ <h3><a href="https://github.com/BitcoinDevShop/hidden-lightning-network" target="_blank">The Hidden Lightning Network</a></h3>
180
+ <p>Probes the Lightning Network for the detection of private channels</p>
181
+ </div>
182
+ <div class="case-study-item">
183
+ <img src="./assets/github.png" />
184
+ <h3><a href="https://github.com/TonyGiorgio/ldk-sample-tor" target="_blank">ldk-sample with Tor</a></h3>
185
+ <p>An experimentation with tor by adapting the ldk-sample node</p>
186
+ </div>
187
+ <div class="case-study-item">
188
+ <img src="./assets/github.png" />
189
+ <h3><a href="https://github.com/ConorOkus/uMlando-wallet" target="_blank">uMlando</a></h3>
190
+ <p>An educational Android demo wallet</p>
191
+ </div>
192
+ </div>
161
193
162
194
</template >
163
195
@@ -258,6 +290,26 @@ lastUpdated: false
258
290
<h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
259
291
<p>Building tools and services to help connect people to the Lightning Network</p>
260
292
</div >
293
+ <div class =" case-study-item " >
294
+ <img src="./assets/github.png" />
295
+ <h3><a href="https://github.com/p2pderivatives/rust-dlc" target="_blank">rust-dlc</a></h3>
296
+ <p>A Rust library for working with Discreet Log Contracts</p>
297
+ </div>
298
+ <div class="case-study-item">
299
+ <img src="./assets/github.png" />
300
+ <h3><a href="https://github.com/BitcoinDevShop/hidden-lightning-network" target="_blank">The Hidden Lightning Network</a></h3>
301
+ <p>Probes the Lightning Network for the detection of private channels</p>
302
+ </div>
303
+ <div class="case-study-item">
304
+ <img src="./assets/github.png" />
305
+ <h3><a href="https://github.com/TonyGiorgio/ldk-sample-tor" target="_blank">ldk-sample with Tor</a></h3>
306
+ <p>An experimentation with tor by adapting the ldk-sample node</p>
307
+ </div>
308
+ <div class="case-study-item">
309
+ <img src="./assets/github.png" />
310
+ <h3><a href="https://github.com/ConorOkus/uMlando-wallet" target="_blank">uMlando</a></h3>
311
+ <p>An educational Android demo wallet</p>
312
+ </div>
261
313
</div >
262
314
263
315
</template >
0 commit comments