Blaise – Simple, Sleek & Secure PASCAL Wallet
What is Blaise?
Blaise is a cross-platform mobile wallet for the PASCAL cryptocurrency. It is written in Dart using Flutter.
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
- Fork the repository and clone it to your local machine
- Follow the instructions here to install the Flutter SDK
- Setup Android Studio or Visual Studio Code.
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
Source Credit Url : https://github.com/appditto/blaise_wallet_flutter