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

```

Reply to this note

Please Login to reply.

Discussion

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