Skip to content
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

Exposing inter-node messaging through API #455

Open
jooray opened this issue May 15, 2019 · 1 comment
Open

Exposing inter-node messaging through API #455

jooray opened this issue May 15, 2019 · 1 comment

Comments

@jooray
Copy link

jooray commented May 15, 2019

It would be very useful to expose messaging and communication interface through an API. There are many decentralised finance applications built on top of the Lightning Network that would greatly benefit if nodes could exchange other messages than direct payment messages, for example negotiating settlements and parameters of various payment products. Since for communication all that is really needed is node pubkey, communicating using a different layer seems redundant and not very effective.

I propose creating a simple sendMessage, subscribeMessages (websocket?) with encryption and signature verification. This would greatly improve usability of lightning network besides of simple payment use-case.

@Rjected
Copy link
Contributor

Rjected commented May 23, 2019

I very much agree, this would be useful for opencx as well, maybe we could increase the scope of the message bus system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants