-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bd8e39
commit 417e936
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# peercoin-flutter | ||
Wallet for Peercoin and Peercoin Testnet. | ||
Early alpha. Basic testing successfull on iOS 14.4 and Android 10. | ||
Use at own risk. | ||
**Early alpha**. Basic testing successfull on iOS 14.4 and Android 10. | ||
**Use at own risk.** | ||
|
||
|
||
## Development | ||
This repository currently relies on a fork of bitcoin_flutter, which can be found here: | ||
github.com/peercoin/bitcoin_flutter | ||
[github.com/peercoin/bitcoin_flutter](github.com/peercoin/bitcoin_flutter "github.com/peercoin/bitcoin_flutter") | ||
|
||
The original library is not compatible, due to transaction timestamp incompability. | ||
|
||
Update icons | ||
flutter pub run flutter_launcher_icons:main | ||
**Update icons** | ||
` flutter pub run flutter_launcher_icons:main` | ||
|
||
Update Hive adapters | ||
flutter packages pub run build_runner build | ||
**Update Hive adapters** | ||
`flutter packages pub run build_runner build` | ||
|
||
Update Splash screen | ||
flutter pub run flutter_native_splash:create | ||
**Update splash screen** | ||
` flutter pub run flutter_native_splash:create` |