Skip to content

The Paymint Wallet is a secure and user friendly Bitcoin wallet

License

Notifications You must be signed in to change notification settings

Paymint-Labs/Paymint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This project has been deprecated for a while now, I no longer maintain the application. I'm leaving the source code up for anyone who is still interested

Paymint - A secure bitcoin wallet

Paymint is a Bitcoin thin client written in Dart with powerful features.

Playstore

Feature List

✅ Basic fee selection controls

✅ Coin Control

  • UTXO renaming (labeling)
  • Block/Unblock UTXOs
  • Export Ouput data to CSV
  • Restore Output labels and block status from CSV import

✅ View transaction worth in fiat when sent/received to the wallet AND current worth

✅ Export transaction data to CSV

✅ Preview transaction before sending

  • View amount being sent + fee in BTC, sats, or fiat currency

✅ Custom Esplora-Electrs server support

✅ 15 Currencies supported

✅ Native Segwit by default

✅ And many more...

Build and run

Prerequisites

  • Flutter SDK Requirement (>=2.2.0, up until <3.0.0)
  • Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
  • Navigate into project root and run the following:

Plug in your android device or use the emulator available via Android Studio and then run the following commands from project root:

flutter pub get
flutter run --release

Screenshots