-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to local CLN node without proxy #3155
Comments
Thanks for your feedback! Couldn't you also use commando for your local instance? Do you mind to explain why you prefer CLNRest over commando? |
I don't care using commando, but I don't want to use it over a proxy, but locally. I tried to do so, but it didn't work. |
There are currently no plans to implement CLNRest, however you could run your own proxy alongside your node if you want to do so. |
Is there an option to skip this proxy and connect directly to the node's commando? |
In a browser we can only communicate with websockets (which lnsocket-proxy provides) compared to the native RPC calls commando offers, so I don't think there is a way to do so unfortunately. |
Feature description
I want to be able to connect to my local CLN node
Describe the solution
probably should be connecting via CLNRest or JSON-RPC
Describe alternatives
No response
Additional context
No response
Are you working on this?
None
The text was updated successfully, but these errors were encountered: