I'm trying to connect to my RSK node via a websocket:
wscat -c ws://localhost:4445/websocket
However, I get this result: Error: connect ECONNREFUSED 127.0.0.1:4445.
The docs say that websocket listens to port 4445 by default.
How do I connect correctly?