fusion44 / sendmany

SendMany is an app to remotely connect to your LND node and use it from your phone.
MIT License
28 stars 6 forks source link

New messaging decoder #12

Open curly60e opened 4 years ago

curly60e commented 4 years ago

I had found that if you send messages from SendMany and you want to check it for example on Juggernaut you cannot see it. I believe it's the messaging decoder. I reported it on Juggernaut's github. The problem is that there isn't a standard decoder for lightning.

Someone told me that there is a proposal for a Lightning Universal Messaging Objects on github.

https://github.com/stakwork/lumo-spec

This allow to improve the capabilities of messaging for Lightning. If you can check it out.

fusion44 commented 4 years ago

Yes, thats on my to research list. I have a few reservations because the spec seems to require a sphinx relay server to be running alongside the LND node. Users should not need to run another server in addition to LND.