File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
doc/developers-guide/app-development Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ updatedAt: "2023-10-13T09:54:01.784Z"
88
99# CLNRest
1010
11- CLNRest is a lightweight Python -based built-in Core Lightning plugin (from v23.08) that transforms RPC calls into a REST service.
11+ CLNRest is a lightweight Rust -based built-in Core Lightning plugin (from v23.08) that transforms RPC calls into a REST service.
1212It also broadcasts Core Lightning notifications to listeners connected to its websocket server. By generating REST API endpoints,
1313it enables the execution of Core Lightning's RPC methods behind the scenes and provides responses in JSON format.
1414
@@ -35,9 +35,6 @@ An online demo for the REST interface is available at [REST API REFERENCE](ref:g
3535
3636## Installation
3737
38- The plugin is built-in with Core Lightning but its python dependencies are not, and must be installed separately.
39- Detailed installation instructions can be found [ here] ( https://docs.corelightning.org/docs/installation#clnrest ) .
40-
4138Note: if you have the older c-lightning-REST plugin, you can configure Core Lightning with ` disable-plugin=clnrest `
4239option to avoid confusion with this one. You can also run both plugins simultaneously till all your applications
4340are not migrated to ` clnrest ` .
You can’t perform that action at this time.
0 commit comments