Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rawtxapp/rawtxapp

⚡️A lightning network wallet (https://rawtx.com).
https://github.com/rawtxapp/rawtxapp

bitcoin blockchain cryptocurrency lightning lightning-network

Last synced: 8 days ago
JSON representation

⚡️A lightning network wallet (https://rawtx.com).

Awesome Lists containing this project

README

        

[![GitHub license](https://img.shields.io/github/license/rawtxapp/rawtxapp.svg)](LICENSE)

# rawtx - lightning network wallet
rawtx is an open-source lightning network wallet powered by [lnd](https://github.com/lightningnetwork/lnd)
which allows you to send and receive Bitcoins both on blockchain and lightning network.

Here's what it looks like:




rawtx screenshot

To get a high level overview of how the wallet works, check out [overview](docs/high_level_overview.md).

To compile from scratch, you can follow [building](docs/building.md).

# Support
If you run into issues, feel free to create an issue on Github, reach out
on twitter [@rawtxapp](https://twitter.com/rawtxapp) or send an email at [email protected].
You can also find us on [lnd slack](http://lightningcommunity.slack.com).

# Contributing
There's still a lot of work that needs to be done, if you know JS/Java or objC and
would like to contribute to the app/UI layer, here's a list of possible features. If
you know golang, you can head over to [lnd](https://github.com/lightningnetwork/lnd) to
contribute at the lightning layer.

Some TODOs/features:
* integrate autopilot,
* support streaming lnd APIs,
* litecoin integration,
* better UI for payments/invoices list screen,
* advanced/simple modes,
* possibility of pointing to remote node,
* satoshi, mbtc, US$ units for balances,
* dark theme,
* a specific activity just for handling **lightning:** links,
* translations.

# License
rawtxapp is MIT licensed, as found in the LICENSE file.