related posts
1 sat \ 4 replies \ @k00b 22 Jun 2023
Even though I knew better I thought this was an lnd or cln equivalent at first. I suspect that'll come eventually.
reply
0 sats \ 3 replies \ @Rsync25 OP 23 Jun 2023
For mobile?
reply
0 sats \ 2 replies \ @k00b 23 Jun 2023
Nah for servers
reply
180 sats \ 0 replies \ @ConorOkus 23 Jun 2023 freebie
There has been some talk about creating a server/enterprise version.
Learn more here - https://github.com/lightningdevkit/ldk-node/issues/98
reply
0 sats \ 0 replies \ @Rsync25 OP 23 Jun 2023
Cool!
reply
0 sats \ 5 replies \ @Zepasta 23 Jun 2023
What's the difference from this to Umbrel OS LN Node?
reply
13 sats \ 3 replies \ @Rsync25 OP 23 Jun 2023
Lightning implementations
-
LND by Lightning Labs
-
CLN by Blockstream
-
LDK by Spiral
UmbrelOS = Plug + play or DIY
More info: https://bitcoiner.guide/node/
reply
0 sats \ 2 replies \ @Zepasta 23 Jun 2023
What differs from each implementation? Why are there multiple? I'm still new to LN.
reply
10 sats \ 0 replies \ @Rsync25 OP 23 Jun 2023
Good question! I'll be sending some links
-
https://bitcoinmagazine.com/technical/bitcoin-lightning-network-expanding-function
-
#180399
-
#130727
reply
0 sats \ 0 replies \ @ConorOkus 23 Jun 2023 freebie
If you would like to read about how LDK's implementation of the lightning network is unique and trying to optimise for mobile environments check out this post.
https://lightningdevkit.org/blog/ldk-an-sdk-for-the-lightning-network/
0 sats \ 0 replies \ @ConorOkus 23 Jun 2023 freebie
It's a developer library designed to run at the application layer. It's specifically designed and optimized to run on mobile phones with the ability to lightly customise things e.g uses RGS (rapid gossip sync), esplora (getting blockchain data) etc
We've also enabled developers on multiple platforms to utilise this through language bindings in Kotlin (Android), Swift (iOS), Python and more.
Check out this example project to learn more - https://github.com/reez/Monday