/sendmany

SendMany is an app to remotely connect to your LND node and use it from your phone.

Primary LanguageDartMIT LicenseMIT

SendMany - Messages branch

SendMany is an app to remotely connect to your LND node and use it from your phone.

Disclaimer

The app is currently still under heavy development and is not recommended for general use. Don't use with Mainnet yet; you might lose your funds.

Features

  • View onchain, channel balances and transactions
  • Send and receive funds via onchain and LN transactions
  • Open and close channels with peers
  • Get an overview of your nodes current state
  • Theme and i18n support
  • Multiple node support
  • new: Chat using LN keysend functionality

Prerequisites to use keysend (and thus the chat)

  • LND must be run with the argument --accept-keysend
  • LND must be compiled with make tags="signrpc routerrpc" and make install tags="signrpc routerrpc". The official binaries include both.
  • LND must regenerate all macaroons to include permissions for signrpc and routerrpc

Develop

SendMany is build using the Flutter-Framework and is currently only tested with Android phones. It should work on iOS without modification.

  • Install flutter for your OS: Flutter Docs
  • Fork/clone this repository: git clone https://github.com/fusion44/sendmany
  • execute flutter run in the root sendmany folder (make sure you have a phone connected or an emulator running)

Contribute

If you find any issues, please report it through the Github issue tracker. If you are interested in helping push the software forward, you are very welcome to submit ideas to the issue tracker and help by opening pull requests.

Changelog

See CHANGELOG

Roadmap

See ROADMAP

Connect your node

The easiest way is to connect via LNDConnect. Just scan the QR code and give your node a name.

Contact

Twitter: https://twitter.com/fusion44

Gitter: https://gitter.im/sendmany/community

Lightning (testnet): 0295cebc390927dd91272492f49614fb8c4e66a93686e790352eb4a2e0ca62994f@172.81.181.43:9735

LICENSE

MIT - See the LICENSE file.