项目作者: lndroid

项目描述 :
Connect your Android app to a Lightning Wallet
高级语言: Java
项目地址: git://github.com/lndroid/lndroid-client.git
创建时间: 2020-02-06T11:59:49Z
项目社区:https://github.com/lndroid/lndroid-client

开源协议:MIT License

下载


Lndroid.Client - connect to Lightning wallets on Android

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.

TODO

…This readme is just an intro, expand it to properly cover what Lndroid does, and how to use it…

Dependencies

  1. AutoValue
  2. Guava
  3. Gson

Important

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.

License

MIT

Author

Artur Brugeman, brugeman.artur@gmail.com