Connect your Android app to a Lightning Wallet
Lndroid.Client is a client library for the IPC API of Lndroid.Framework. Since the API is based on built-in Android components like Messenger, Binder and Handler, the code is the same both for in-process and inter-process access. The code is simply a subset of Lndroid.Framework source files, hosted in this separate repo.
To see a wallet based on Lndroid.Framework, check Lndroid.Wallet. To see an app integrated with the framework-based wallet, check Lndroid.Messenger.
To see a sample app+wallet in action, check this video, with description available here.
…This readme is just an intro, expand it to properly cover what Lndroid does, and how to use it…
The whole Lndroid project is at the very early stages of development. No guarantees are made about API stability, or the like. Do not use Lndroid code on Bitcoin mainnet, as you’re very likely to lose your funds.
MIT
Artur Brugeman, brugeman.artur@gmail.com