Last active
July 29, 2025 03:03
-
-
Save jongan69/36d6e8f438072000ac103b6ec135efc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stack Element | Option A: Self-Custody (On-Device) | Option B: Remote (Trusted Node) | |
---|---|---|---|
Bitcoin Wallet | BDK (Bitcoin Dev Kit) | LND wallet remote signing | |
Lightning Integration | LDK or LND Mobile | Lightning Node Connect (LNC) Zeus | |
Taproot Assets Support | Backend tapd (React Native talks to it) | Backend tapd (hosted or self-run) | |
Node Infrastructure | Light-client (Neutrino / Esplora) | Voltage Greenlight your own VPS | |
Key Management | Device-held seed SecureStorage | Macaroons / remote node API auth | |
React Native SDKs | rn-ldk ldk-node-rn react-native-lightning | @lightninglabs/lnc-rn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment