Skip to content

PascalCoin/blaise_wallet_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blaise - Simple, Sleek & Secure PASCAL Wallet

GitHub release (latest) License [CI Twitter Follow

What is Blaise?

Blaise Hero

Blaise is a cross-platform mobile wallet for the PASCAL cryptocurrency. It is written in Dart using Flutter.

Blaise Borrow Blaise Send

Private keys are stored on the device and never transmitted to the server. Signing and other low-level operations are performed using PascalDart

Link Description
blaisewallet.com Blaise Homepage
pascalcoin.org PACAL Cryptocurrency Homepage
appditto.com Appditto Homepage

Server

Blaise can interact with any PascalCoin Daemon, a high-performance Python server is used for push notifications, periodic price updates, and the PASA purchase APIs.

Blaise's backend server source code can be found here

Contributing

Building

Android: flutter build apk iOS: flutter build ios

If you have a connected device or emulator you can run and deploy the app with flutter run

Have a question?

If you need any help, feel free to file an issue if you do not manage to find a solution.

License

Blaise is released under the MIT License

Update translations

flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localization.dart
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n \
   --no-use-deferred-loading lib/localization.dart lib/l10n/intl_*.arb

About

Blaise Wallet - A wallet for the Pascal cryptocurrency, made with Flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 98.7%
  • Ruby 0.4%
  • Java 0.3%
  • Shell 0.2%
  • Objective-C 0.2%
  • Python 0.2%