Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avive/karmacoin-app
The Karma Coin App
https://github.com/avive/karmacoin-app
blockchain cryptocurrency
Last synced: 3 months ago
JSON representation
The Karma Coin App
- Host: GitHub
- URL: https://github.com/avive/karmacoin-app
- Owner: avive
- License: other
- Created: 2023-01-10T09:37:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T10:54:13.000Z (about 1 year ago)
- Last Synced: 2024-05-28T12:49:59.616Z (6 months ago)
- Topics: blockchain, cryptocurrency
- Language: Dart
- Homepage: https://karmaco.in
- Size: 12.7 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Karma Coin App
This repo contains the source code for the Karma Coin cross-platform app.
To learn more about KarmaCoin visit https://karmaco.in## Supported Platforms
Web, iOS, Android## Testing
```bash
flutter test
```## Scripts
### Create native splash screen
Needed if you modify `flutter_native_splash.yaml`
```bash
flutter pub run flutter_native_splash:create
```### Build an Android Relase
```bash
# apk for app stores
flutter build apk
# app bundle for google play store
flutter build appbundle
```### Build Web App
- Push to remote github branch 'web-deploy'
- Run the deploy action when the build action completes.### Build an iOS release
```bash
flutter build ipa --release
```### Dealing with iOS Archive issues
https://github.com/flutter/flutter/issues/123852Modify line 44 of 'Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh' to make it:
```
source="$(readlink -f "${source}")"
```
Copyright (c) 2022 by the KarmaCoin Authors. This work is licensed under the [KarmaCoin License](https://github.com/karma-coin/.github/blob/main/LICENSE).