hsjoberg / blixt-wallet

Bitcoin Lightning Wallet with focus on usability and user experience
https://blixtwallet.github.io
MIT License
388 stars 68 forks source link
bitcoin bitcoin-wallet lightning lightning-network lnd wallet

Blixt Lightning Wallet

Get it on Google Play  Download on the App Store 

Blixt Wallet is an open source Lightning Bitcoin Wallet for Android with focus on usability and user experience, powered by lnd and Neutrino SPV.

Blixt Lightning Wallet screenshot

Features

Known Bugs

The wallet uses lnd that is young and might have bugs. Check lnd bug list here.

Translation

You can contribute to the project by translating the app via Transifex.

Build Steps

Blixt targets three platforms right now: Web, Android and iOS.

The web target is only used for prototyping and is not a real wallet.

Web

The easiest way get started is to build the web version, because you only need NodeJS and Yarn installed. For the other targets you need to install their respective toolchains and also golang & gomobile in order to build lnd for Blixt.

The web version is not used as a real wallet and is only for fast prototyping. It's useful if you want to make design and GUI changes.

Android

To start the application:

For building Blixt Android on Windows, follow the additional build steps here.

iOS

To build the iOS version, a computer running macOS is required. You also need an Apple Developer account, although you do not need to be enrolled in the Developer Program.

To start the application:

macOS

To build the macOS version, a computer running macOS is required.

To start the application:

Commit and Code-Style

Follow the code style of the file you are working in. For commits, make descriptive and atomic git commits.

License

MIT