Difference between revisions of "C-lightning"

From lightningwiki.net
Jump to navigation Jump to search
(added details)
Line 1: Line 1:
= About =  
= About =  
c-lightning is a standard compliant implementation of the Lightning Network protocol. The Lightning Network is a scalability solution for Bitcoin, enabling secure and instant transfer of funds between any two parties for any amount.
c-lightning is a standard compliant implementation of the Lightning Network protocol. The Lightning Network is a scaleability solution for Bitcoin, enabling secure and instant transfer of funds between any two parties for any amount.
 
c-lightning is written in the language C, is [[open source]] and written by [[Blockstream]]


= HOWTO =
= HOWTO =
Line 9: Line 11:
* [https://github.com/ElementsProject/lightning GitHub]
* [https://github.com/ElementsProject/lightning GitHub]
* [https://github.com/ElementsProject/lightning/blob/master/doc/HACKING.md Developer guide]
* [https://github.com/ElementsProject/lightning/blob/master/doc/HACKING.md Developer guide]
* [https://wwww.blockstream.com Blockstream]

Revision as of 12:01, 5 February 2019

About

c-lightning is a standard compliant implementation of the Lightning Network protocol. The Lightning Network is a scaleability solution for Bitcoin, enabling secure and instant transfer of funds between any two parties for any amount.

c-lightning is written in the language C, is open source and written by Blockstream

HOWTO

Template:TODO

Links / Resources