clightning
c-lightning, commonly referred to as clightning, is an open-source implementation of the Lightning Network protocol written in the C programming language. Developed by Blockstream, it is one of the major reference implementations used to operate Lightning Network nodes. It enables participants to fund channels, route payments, and settle invoices through off-chain transactions.
The project emphasizes a lightweight, modular architecture designed for performance and extensibility. Its core daemon, lightningd,
For blockchain data, c-lightning can be configured to use a Bitcoin Core node or other compatible backends
c-lightning is part of the broader ecosystem of Lightning Network implementations, alongside others such as lnd