Wallet for Peercoin and Peercoin Testnet written in Flutter

peercoin_flutter

Wallet for Peercoin and Peercoin Testnet using Electrumx as backend.
App in constant development
Basic testing successfull on iOS 14.4 and Android 10.
Use at own risk.

Help Translate

Known Limitations

  • can't send to Multisig addresses
  • adds 1 Satoshi extra fee due to sporadic internal rounding errors

Development

This repository currently relies on a fork of bitcoin_flutter, which can be found here:
peercoin/bitcoin_flutter

The original library is not compatible, due to transaction timestamp incompability.

Update icons
flutter pub run flutter_launcher_icons:main

Update Hive adapters
flutter packages pub run build_runner build

Update splash screen
flutter pub run flutter_native_splash:create

Basic e2e testing

flutter drive --target=test_driver/app.dart --driver=test_driver/key_new.dart
flutter drive --target=test_driver/app.dart --driver=test_driver/key_imported.dart

GitHub

https://github.com/peercoin/peercoin_flutter