Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BananoCoin/kalium_wallet_flutter
Kalium Mobile BANANO Wallet, made with Flutter.
https://github.com/BananoCoin/kalium_wallet_flutter
Last synced: 27 days ago
JSON representation
Kalium Mobile BANANO Wallet, made with Flutter.
- Host: GitHub
- URL: https://github.com/BananoCoin/kalium_wallet_flutter
- Owner: BananoCoin
- License: other
- Created: 2019-02-04T16:07:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T13:35:39.000Z (8 months ago)
- Last Synced: 2024-08-03T06:01:32.289Z (4 months ago)
- Language: Dart
- Homepage: https://kalium.banano.cc
- Size: 38.8 MB
- Stars: 259
- Watchers: 10
- Forks: 101
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 65% open · ⏱️ 23.04.2024): (Cryptocurrencies)
README
# Kalium - BANANO Mobile Wallet
[![GitHub release (latest)](https://img.shields.io/github/v/release/BananoCoin/kalium_wallet_flutter)](https://github.com/BananoCoin/kalium_wallet_flutter/releases) [![License](https://img.shields.io/github/license/BananoCoin/kalium_wallet_flutter)](https://github.com/BananoCoin/kalium_wallet_flutter/blob/master/LICENSE) [![CI](https://github.com/BananoCoin/kalium_wallet_flutter/workflows/CI/badge.svg)](https://github.com/BananoCoin/kalium_wallet_flutter/actions?query=workflow%3ACI) [![Twitter Follow](https://img.shields.io/twitter/follow/bananocoin?style=social)](https://twitter.com/intent/follow?screen_name=bananocoin)
## What is Kalium?
Kalium is a cross-platform mobile wallet for the Banano cryptocurrency. It is written in Dart using [Flutter](https://flutter.io).
| Link | Description |
| :----- | :------ |
[banano.cc](https://banano.cc) | Banano Homepage
[chat.banano.cc](https://chat.banano.cc) | Banano Discord
[@bananocoin](https://twitter.com/bananocoin) | Follow Banano on Twitter to stay up to date
[banano.how](https://banano.how) | Getting started with Banano and more Information## Server
Kalium's backend server can be found [here](https://github.com/BananoCoin/kalium-wallet-server)
## Contributing
* Fork the repository and clone it to your local machine
* Follow the instructions [here](https://flutter.io/docs/get-started/install) to install the Flutter SDK
* Setup [Android Studio](https://flutter.io/docs/development/tools/android-studio) or [Visual Studio Code](https://flutter.io/docs/development/tools/vs-code).## Building
Android (armeabi-v7a): `flutter build apk`
Android (arm64-v8a): `flutter build apk --target=android-arm64`
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, please create an issue on GitHub or visit the [Banano discord](https://chat.banano.cc). Feel free to file an issue if you do not manage to find any solution.
## License
Kalium 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
```