Pages
  • LNROOM newsletter
  • First live coding session [#1]
  • pyln-client and Python decorators [#2]
  • Write tests for CLN plugins and Unix domain sockets [#3]
  • pyln-client implementation and Torq node management software [#4]
  • CLN Hooks and BOLT11 [#5]
  • nostr-control and scaling-lightning [#6]
  • bcli and Securing a $100M Lightning node [#7]
  • LDK Node, Greenlight and Breez SDK [#8]
  • Remote control and L402 [#9]
  • LN summit in NY, splicing and Mutiny [#10]
  • commando, lnsocket and CLN 23.08 rc1 [#11]
  • CLN v23.08, sovereign stack and BOLT #12 [#12]
  • Vincenzo Palazzo, LSPs & renepay plugin [#13]
  • Testing applications & 4 major LN implementations [#14]
  • LSP, VLS and Bitcoin Education [#15]
  • LN limitations, Timeout Trees, Greenlight and River report [#16]
  • 1 year of lnroom.live [#17]
  • BOLT#11, clangd and renepay [#18]
  • BOLT#11, Rusty Russell, Clams and CLN v23.11 [#19]
  • Bech32, Chaincode Labs, Christian Decker and Severin Bühler [#20]
  • PeerSwap, Breez SDK and Mutiny Wallet FAQ [#21]
LNROOM newsletter
  • LNROOM newsletter
  • First live coding session [#1]
  • pyln-client and Python decorators [#2]
  • Write tests for CLN plugins and Unix domain sockets [#3]
  • pyln-client implementation and Torq node management software [#4]
  • CLN Hooks and BOLT11 [#5]
  • nostr-control and scaling-lightning [#6]
  • bcli and Securing a $100M Lightning node [#7]
  • LDK Node, Greenlight and Breez SDK [#8]
  • Remote control and L402 [#9]
  • LN summit in NY, splicing and Mutiny [#10]
  • commando, lnsocket and CLN 23.08 rc1 [#11]
  • CLN v23.08, sovereign stack and BOLT #12 [#12]
  • Vincenzo Palazzo, LSPs & renepay plugin [#13]
  • Testing applications & 4 major LN implementations [#14]
  • LSP, VLS and Bitcoin Education [#15]
  • LN limitations, Timeout Trees, Greenlight and River report [#16]
  • 1 year of lnroom.live [#17]
  • BOLT#11, clangd and renepay [#18]
  • BOLT#11, Rusty Russell, Clams and CLN v23.11 [#19]
  • Bech32, Chaincode Labs, Christian Decker and Severin Bühler [#20]
  • PeerSwap, Breez SDK and Mutiny Wallet FAQ [#21]

LDK Node, Greenlight and Breez SDK

#8・June 29, 2023

In the last live coding session we've seen how to get a CLN node running within a few minutes using the bitcoin backend trustedcoin. No need to run a full bitcoin core node.

Some attendees tried to connect to this new created CLN node but couldn't because I forgot to open my port 9735.

If you expose your CLN node on that port you can connect to other nodes even if it is closed but nodes can't directly connect to you.

If you are using ufw as firewall, you can run the following command to open that port:

$ sudo ufw allow 9735

In the next live we'll try:

  • to give a bit of history of the plugin system,

  • to present existing plugins (maintained or not) and

  • to present libraries that makes it easier to write plugins.

If you'd like to attend, you're are welcome.

Last week Lightning Dev Kit announced LDK Node.

LDK Node provides a straightforward interface and an integrated on-chain wallet, enabling users to quickly and easily set up a self-custodial Lightning node.

It is written in Rust but comes with binding for Swift, Kotlin, Python and Flutter.

If you want to go straight to the code, here it is:

https://github.com/lightningdevkit/ldk-node

Earlier this month, Blockstream open-sourced greenlight client repository and announced it in this post.

Greenlight is a non-custodial Lightning-as-a-Service (LaaS) for businesses, merchants, and Lightning apps. The users hold their keys, while Blockstream take care of everything else.

Greenlight is already used by Breez SDK.

Breez SDK enables mobile developers to integrate Lightning and bitcoin payments into their apps with a very shallow learning curve.

This is an end-to-end, non-custodial, drop-in solution powered by Greenlight, a built-in LSP, on-chain interoperability, third-party fiat on-ramps, and other services users and operators need.

If you want to see a demo of Breez SDK you can watch this talk where Jesse de Wit adds lightning payments in minutes to a Flutter app using Breez SDK.

And if you want to learn more about Greenlight and Breez SDK, you can watch Future Visions of Lightning, Greenlight & Breez SDK (SLP488) with Christian Decker and Roy Sheinfeld.

I hope you're having a good time in your Bitcoin Journey, See you in the next newsletter, Tony Aldon https://lnroom.live

PREVRANDOMNEXT