Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/rawtxapp/rawtxapp
- Owner: rawtxapp
- License: mit
- Archived: true
- Created: 2018-06-13T15:49:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T20:13:19.000Z (over 5 years ago)
- Last Synced: 2024-08-01T22:50:36.966Z (3 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, lightning, lightning-network
- Language: JavaScript
- Homepage:
- Size: 3.95 MB
- Stars: 55
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lightning-network - rawtx - A lightning network wallet (Android, iOS); [Homepage](https://rawtx.com) (Applications / Mobile applications)
- awesome-lightning-network - rawtx - A lightning network wallet (Android, iOS); [Homepage](https://rawtx.com) (Applications / Mobile applications)
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:
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.