Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

research: transaction compatibility with the Lightning Network BOLT specs #45

Open
leighmcculloch opened this issue May 25, 2021 · 1 comment

Comments

@leighmcculloch
Copy link
Contributor

leighmcculloch commented May 25, 2021

It would be helpful to know if the transfers defined in the SEP are compatible in anyway with the transactions that the Lightning Network defines in the BOLT specs. If the channel is compatible, interoperability will be possible and we might be able to leverage an existing network or existing technology.

BOLT specs: https://github.com/lightningnetwork/lightning-rfc

The questions we need answers to are:

  • Is the payment channel defined here conceptually compatible with BOLT?
  • Is the payment channel defined here technically compatible with BOLT?
  • If no, what's the gap?
@leighmcculloch leighmcculloch self-assigned this May 25, 2021
@leighmcculloch leighmcculloch changed the title Research transaction compatibility with the Lightning Network BOLT specs research: transaction compatibility with the Lightning Network BOLT specs May 25, 2021
@acharb
Copy link
Contributor

acharb commented Jun 14, 2021

I started looking a bit into this as well out of curiosity. I found this code helpful to look at, which conforms to the BOLTs
https://github.com/lightningnetwork/lnd

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

No branches or pull requests

3 participants