Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.57 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.57 KB

BDG Daily Wallet - Swift

An open source bitcoin wallet app template for iOS based on the Daily wallet reference design from the Bitcoin Design Guide.

You can try a Testflight version of the app, and interact with the faucet over at MutinyNet

BDG_paymentscreen

Dependencies

Implemented features

  • Create new wallet for both onchain and lightning
  • Backup encrypted mnemonic to iOS keychain
  • Start from said backup if present
  • Receive bitcoin onchain
  • Receive bitcoin with lightning with JUST-IN-TIME channels provided by LSPS2 provider
  • Send bitcoin onchain
  • Send bitcoin with lightning

Known issues / missing features

Please see this issue that tracks known issues. Comment if you find new ones.

Backup schemes

Currently only encrypted backup of mnemonic to the iOS keychain is supported. At the moment it uses a static encryption key. No lightning node data is currently backed up. Deleting the app WILL LEAD TO LOSS OF FUNDS.