Lightning Network support?
See original GitHub issueHi.
I’ve been trying to build LN daemon by wrapping a rust-lightning in https://github.com/joemphilips/NRustLightning
In there, i was using NBXplorer for tracking on-chain funds,
and I was also imitating many parts of NBXplorer implementation (e.g. I defined NRustLightningNetwork
in the same way with NBXplorerNetwork
)
Gradually there were many code duplication in between NRustLightning and NBXplorer, I realized that it will be much simpler if NBXplorer was the Lightning Network daemon in the first place.
So my question is
- Is it acceptable if I create a PR to this repository in which uses rust-lightning inside so that the NBXplorer can work as a watchtower?
- If so, Is it ok to keep FFI code as a separate project? Or should I also included into this repository?
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Lightning Network
Lightning is a decentralized network using smart contract functionality in the blockchain to enable instant payments across a network of participants. How it ......
Read more >Beyond Bitcoin Lightning Network: Altcoins with ...
Cryptocurrency exchanges integrate Lightning Network support, ensuring that users can withdraw and transfer smaller amounts of Bitcoin without paying exorbitant ...
Read more >What is the Lightning Network?
The Lightning Network allows users to send or receive Bitcoin quickly and cheaply by moving transactions off of the main blockchain — you...
Read more >List of exchanges that support Lightning Network
Exchange Lightning Support? Status Proof of Support Top Crypto Spot Exchanges Position
Binance YES (JUL‑2023) ⚡ Twitter 1
Coinbase NO 🔴 Twitter 2
Kraken YES (APR‑2022)...
Read more >What is the Bitcoin Lightning Network, and how does it work?
The Lightning Network is a second layer added to Bitcoin's (BTC) blockchain ... with Bitcoin (BTC) and its ability to help add utility...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
done
I just pushed a new version.