mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-09 08:56:26 +00:00
Update 19_4_Lightning_Network_Review.md
This commit is contained in:
parent
9bc3a7d76a
commit
5820662e2d
@ -19,3 +19,5 @@ c-lightning is a lightweight, highly customizable and standard compliant impleme
|
||||
* Hooks are a primitive option that allows plugins to be notified about events in lightningd daemon and modify its behavior or pass custom behaviors.
|
||||
|
||||
A plugin may be written in any language, and communicates with lightningd through the plugin’s stdin and stdout. JSON-RPCv2 is used as protocol on top of the two streams, with the plugin acting as server and lightningd acting as client.
|
||||
|
||||
Here is a updated list of [plugins](https://github.com/lightningd/plugins) available.
|
||||
|
Loading…
x
Reference in New Issue
Block a user