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 download 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
Comments are closed.