Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
willyfromtheblock committed Mar 19, 2021
1 parent 2bd8e39 commit 417e936
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
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`

0 comments on commit 417e936

Please sign in to comment.