SendMany is an app to remotely connect to your LND node and use it from your phone. This is a branch which adds support for chat through the Whatsat LND fork
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.
- Show onchain and channel balances and transactions
- Send and receive funds via onchain and LN transactions
- Open channels with peers
- Get an overview of your nodes current state
- Theme and i18n support
- Multiple node support
- Chat through Whatsat
SendMany is build using the Flutter-Framework and is currently only tested with Android phones. It should work on iOS without modification. To make it look iOS-native, a little more work is required.
- 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)
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.
Easiest way is to connect via LNDConnect. Just scan the QR code and give your node a name.
Twitter: https://twitter.com/fusion44
Gitter: https://gitter.im/sendmany/community
Lightning (testnet): 0295cebc390927dd91272492f49614fb8c4e66a93686e790352eb4a2e0ca62994f@172.81.181.43:9735
MIT - See the LICENSE file.