Oddbean new post about | logout
 An undocumented way to test the plugin is to just run the plugin on its own and see if it shows a message

```
$ python src/lightning/plugins/clnrest/clnrest.py
```

 
 It works for me but I had to blow away my whole python environment and start over a couple times before I it worked

https://github.com/ElementsProject/lightning/issues/6994 
 But isn’t clnrest built into cln now though? That’s what I got from the docs. So I don’t have the python file anywhere other than in the cloned repo