Skip to content

Commit 6b5ce64

Browse files
author
Conor Okus
committed
Add misc projects
1 parent 3617d74 commit 6b5ce64

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

docs/assets/github-white.png

6.27 KB
Loading

docs/assets/github.png

8.82 KB
Loading

docs/case-studies.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,43 @@ lastUpdated: false
153153
<h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
154154
<p>Building tools and services to help connect people to the Lightning Network</p>
155155
</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>
156161
</div>
157162

158163
</template>
159164

160165
<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>
161193

162194
</template>
163195

@@ -258,6 +290,26 @@ lastUpdated: false
258290
<h3><a href="https://cequals.xyz/" target="_blank">C=</a></h3>
259291
<p>Building tools and services to help connect people to the Lightning Network</p>
260292
</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>
261313
</div>
262314

263315
</template>

0 commit comments

Comments
 (0)