You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zmq/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,15 @@ This module forwards [notifications](https://github.com/ElementsProject/lightnin
5
5
The usage and setup mimics [similar functionality in `bitcoind`](https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md) for opting-in to notifications and selecting [high water mark (ZMQ\_HWM)](http://api.zeromq.org/2-1:zmq-setsockopt) preferences.
6
6
7
7
8
-
## Dependencies
8
+
## Installation
9
9
10
-
[Twisted](https://twistedmatrix.com) and [txZMQ](https://pypi.org/project/txZMQ/) are used by this plugin.
10
+
You need [uv](https://docs.astral.sh/uv/getting-started/installation/) to run this
11
+
plugin like a binary. After `uv` is installed you can simply run
11
12
12
13
```
13
-
$ sudo pip3 install -r requirements
14
+
lightning-cli plugin start /path/to/cl-zmq.py
14
15
```
15
16
16
-
## Installation
17
-
18
17
For general plugin installation instructions see the repos main
0 commit comments