All Projects → hsjoberg → Blixt Wallet

hsjoberg / Blixt Wallet

Licence: mit
Bitcoin Lightning Wallet with focus on usability and user experience

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Blixt Wallet

Electrum
Electrum Bitcoin Wallet
Stars: ✭ 5,353 (+13282.5%)
Mutual labels:  bitcoin, bitcoin-wallet, lightning, lightning-network
Spark Wallet
⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
Stars: ✭ 215 (+437.5%)
Mutual labels:  bitcoin, wallet, lightning, lightning-network
Eclair
A scala implementation of the Lightning Network.
Stars: ✭ 892 (+2130%)
Mutual labels:  bitcoin, lightning, lightning-network
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (+477.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-15%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
Lndhub
Wrapper for Lightning Network Daemon. It provides separate accounts and trust minimization for end users
Stars: ✭ 203 (+407.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (+1635%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
lightning-browser-extension
The Bitcoin Lightning Browser extension that connects to different wallet interfaces and brings deep lightning integration to the web
Stars: ✭ 194 (+385%)
Mutual labels:  lightning, wallet, lightning-network
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (+255%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
Joule Extension
Lightning payments extension for Chrome
Stars: ✭ 303 (+657.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+2080%)
Mutual labels:  bitcoin, wallet, lightning
Ln Service
Node.js interface to LND
Stars: ✭ 191 (+377.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Lncli Web
Light-weight web client for the lnd daemon written in NodeJS / Angular.
Stars: ✭ 181 (+352.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Zeus
A mobile Bitcoin/Lightning app for lnd, c-lightning, and Eclair node operators ⚡️
Stars: ✭ 175 (+337.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+13957.5%)
Mutual labels:  bitcoin, lightning, lightning-network
shango-lightning-wallet
Shango Lightning Wallet
Stars: ✭ 65 (+62.5%)
Mutual labels:  lightning, wallet, lightning-network
Awesome Bitcoin Payment Processors
🌟 A curated list of Bitcoin payment processors enabling merchants, businesses and nonprofits to accept Bitcoin payments.
Stars: ✭ 129 (+222.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Umbrel Os
Run Umbrel Bitcoin and Lightning node on a Raspberry Pi in one click
Stars: ✭ 132 (+230%)
Mutual labels:  bitcoin, lightning, lightning-network
Polar
One-click Bitcoin Lightning networks for local app development & testing
Stars: ✭ 265 (+562.5%)
Mutual labels:  bitcoin, lightning, lightning-network
Umbrel
A personal Bitcoin and Lightning node designed for everyone
Stars: ✭ 508 (+1170%)
Mutual labels:  bitcoin, lightning, lightning-network

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

  • [x] Embedded lnd with Neutrino
  • [x] Descriptive and clean transaction log
  • [x] Receive payments
  • [x] Autopilot
  • [x] Pincode
  • [x] Fingerprint
  • [x] Optional Recipient/Sender name that will be displayed on transactions
  • [x] Optional "Payer" field for bookkeeping when creating invoice
  • [x] Scheduled sync of chain background job
  • [x] Local channel backup
  • [x] LNURL support (all sub-protocols: pay, channel, auth and withdraw)
  • [x] Channel backup to Google Drive (Android) and iCloud (iOS)
  • [x] WebLN browser
  • [x] Support for Multi-Part Payments (MPP)
  • [x] Integrated Tor support
  • [ ] NFC
  • [ ] WatchTower
  • [ ] URL Payments
  • [ ] Pay to Username

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 to build Blixt is to build the web version, because you only need Node+Yarn installed and you don't have to compile lnd as you would have for the native targets.

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

  • Install Node and Yarn
  • Install Node packages: yarn
  • Generate proto files: yarn gen-proto
  • Start the web server: yarn web

Android

To start the application:

  • Run: yarn start-metro
  • Run: yarn android:mainnet-debug or yarn android:testnet-debug

iOS

The iPhone/iOS version is still work in progress.

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

  • Install XCode, Node and Yarn
  • Build lnd for iOS by following the steps in build-ios-framework.md
  • Install Node packages: yarn
  • Generate proto files: yarn gen-proto
  • Install CocoaPods libs: cd ios && pod install
  • Setup team signing:
    • Open ios/BlixtWallet/BlixtWallet.xcworkspace with XCode
    • Login with your Apple Developer account if XCode asks you to
    • Click on BlixtWallet in the left column
    • Click on the Signing & Capabilities tab
    • Choose your Team in the dropdown and choose a new unique Bundle Identifier (cannot be the same as the ones released on the App Store). Do this for every configuration

To start the application:

  • Run: yarn start-metro
  • Run: yarn ios:mainnet-debug --device "<your device name>" or build from XCode

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].