Built by Komodo, AtomicDEX Mobile is a non-custodial wallet and decentralized exchange rolled into one app. Hold and trade hundreds of cryptocurrencies on your mobile phone or tablet.
This repository is currently in the procesundergoing safety and Flutter version upgrade. Expect major merge conflicts in the near future for any files updated from this repository. Please note that this software is under active development and is provided "as is" without any warranties or guarantees. Use at your own risk, as the authors and maintainers shall not be held liable for any issues, damages, or losses resulting from its use.
Build requires up-to-date version of coins file from https://github.com/KomodoPlatform/coins
Commit hash and sah256sum of coins file is specified in coins_ci.json
.
You may download one manually or use fetch_coins.sh
script on linux and macOS,
fetch_coins.ps1
powershell script on Windows.
fetch_coins
script depends on sha256sum and jq utils:
Ubuntu: sudo apt-get update && sudo apt-get install -y coreutils jq
MacOS: brew install coreutils jq
, Brew software
Windows: choco install jq
, Choco software
https://github.com/KomodoPlatform/AtomicDEX-mobile/wiki/Project-Setup#build-and-run
flutter run --dart-define=screenshot=true
2.1.10108 adde21b26 http://195.201.0.6/dev/
Currently using flutter 2.8.1
In your flutter directory:
git checkout 2.8.1
flutter doctor
In the project directory:
flutter clean
flutter pub get
flutter version
is inconsistent regarding the access to beta versions.
Git tags can be used instead (that is, when we want to experiment with beta versions of Flutter):
FD=`which flutter`; FD=`dirname $FD`; FD=`dirname $FD`; echo $FD; cd $FD
git pull
git reset --hard
git checkout -f v1.14.3
In Android Studio (3.6.2) the latest Kotlin plugin (1.3.71) doesn't work with Flutter “1.12.13+hotfix.7”. To fix it - uninstall the latest Kotlin - then the Kotlin version 1.3.61, bundled with the Android Studio, will reappear.
adb exec-out run-as com.komodoplatform.atomicdex cat /data/data/com.komodoplatform.atomicdex/app_flutter/AtomicDEX.db > AtomicDEX.db
sqlite3 AtomicDEX.db
- Extract messages to .arb file:
flutter pub run intl_generator:extract_to_arb --output-dir=lib/l10n lib/localizations.dart
- Sync generated
intl_messages.arb
with existing localeintl_*.arb
files:
dart run sync_arb_files.dart
- ARB files can be used for input to translation tools like Arbify, Localizely etc.
- The resulting translations can be used to generate a set of libraries:
flutter pub run intl_generator:generate_from_arb --output-dir=lib/l10n lib/localizations.dart lib/l10n/intl_*.arb
- Manual editing of generated
messages_*.dart
files might be needed to delete nullable syntax (?
symbol), since the app doesn't support it yet.
Clone the latest version of coins
Download and install the latest version of python3
Open the clonned repository and run the script below in the terminal in the repo folder
python3 utils/generate_app_configs.py
Copy the generated coins_config.json
file in Utils folder and paste inside assets/ folder in AtomicDEX-mobile project
Manual testing plan: https://docs.google.com/spreadsheets/d/15LAphQydTn5ljS64twfbqIMcDOUMFV_kEmMkNiHbSGc
Not supported
This Software is released under the MIT License.