Giter VIP home page Giter VIP logo

Comments (6)

bumi avatar bumi commented on August 11, 2024 1

The big (unsolvable?) problem is that gRPC does NOT work in the browser and thus we can not use that in the extension.
At least it does not work without any grpc-web support on the server side.

That is the reason why we have to use the REST API when we directly want to connect to a LND node.

To work around those limitations the idea was to use a native companion app and talk to that native app using native messaging (see the native connector and lnd-native-companion).

The native extension also works around the problem with self-signed certificates for the REST API. (which also do not work in the browser)

This native app could for example also be an existing app like zap.

from lightning-browser-extension.

chris-aeviator avatar chris-aeviator commented on August 11, 2024

@motorina0 will we have to supply the certificate clientside?

from lightning-browser-extension.

motorina0 avatar motorina0 commented on August 11, 2024

Good point!
Yes, from what I can tell so far the .cert is mandatory.

from lightning-browser-extension.

bumi avatar bumi commented on August 11, 2024

I think maybe we should leave this one around? maybe we come up with a solution somehow? or the grpc-web stuff is somehow possible at some point?

from lightning-browser-extension.

motorina0 avatar motorina0 commented on August 11, 2024

Not much new info in this issue. We can re-open/reference it when/if we revisit gRPC.
Otherwise I'm afraid we will have hundreds of open issues like this :)

from lightning-browser-extension.

bumi avatar bumi commented on August 11, 2024

yep, true. you're right.

from lightning-browser-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.