Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Paymint-Labs/Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
https://github.com/Paymint-Labs/Paymint
bitcoin cryptocurrency finance wallet
Last synced: 3 months ago
JSON representation
The Paymint Wallet is a secure and user friendly Bitcoin wallet
- Host: GitHub
- URL: https://github.com/Paymint-Labs/Paymint
- Owner: Paymint-Labs
- License: mit
- Created: 2020-07-13T13:39:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T21:48:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T11:11:50.843Z (6 months ago)
- Topics: bitcoin, cryptocurrency, finance, wallet
- Language: Dart
- Homepage:
- Size: 4.79 MB
- Stars: 73
- Watchers: 5
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://bluewallet.io/img/play-store-badge.svg)](https://play.google.com/store/apps/details?id=com.paymintlabs.paymint)
## 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