An example iOS bitcoin wallet using LDK Node.

This app is an experimental work in progress and meant for learning and testing.
Monday Wallet is a self-custodial bitcoin wallet with a lightning node on your iPhone. It currently has the following functionality:
- Create a bitcoin wallet, or import from a recovery phrase
- Receive bitcoin with the following address formats: BIP21, onchain, Bolt11 (JIT if necessary), Bolt 12
- Send bitcoin to the same address formats
- Set and switch the network from the list of supported options, currently Signet and Testnet.
- Set and switch esplora server from the list of supported options
- Manually add peers and channels
-
LDK Node via ldk-node
Note: Sometimes, a local build of LDK Node is used instead of the remote Swift package.
-
Bitcoin UI Kit via BitcoinUI
-
QR Code Scanner via Code Scanner
-
Keychain via Keychain Access
@notmandatory for getting this up and running with me on a Monday.
@tnull most importantly for amazing work on LDK Node.
The Lightning Dev Kit team/project and the Bitcoin Dev Kit team/project, LDK Node is built using both.
The Bitcoin Design Community and Guide, on which much of the UX and design is based on.
For any bugs or feature requests, please open an issue.
For discussion about work on the app, join the #monday-wallet Discord channel on the Bitcoin Design Community server.