Can someone point to further build instructions? surprisingly nothing in github or online.. Trying to build the wallet on linux.. looking around found various setup.sh config, but they don’t do much.. or error out..
which says “more instructions later” and something about android!!
Maybe someone with edit can point to the available docs!
Followed the linux steps u sent and it failed:
[INFO] Succeeded after 38.6s with 801 outputs (3747 actions)
+ dart run tool/generate_localization.dart
FormatException: Unexpected character (at line 74, character 41)
"available_balance_description": "Le "Solde disponible" ou "Solde confirm...
^
+ dart run tool/generate_new_secrets.dart
+ flutter build linux
Building Linux application...
ERROR: lib/main.dart:21:8: Error: Error when reading 'lib/generated/i18n.dart': No such file or directory
ERROR: import 'package:cake_wallet/generated/i18n.dart';
ERROR: ^
went to that file res/values/strings_fr.arb and modified to ESCAPE The quotes:
\"Solde disponible\" ou \"Solde confirmé\"
then it built just fine, however, that new binary gave same error as before when trying to add a wallet to group:
flutter: [INFO] cake_wallet/core/wallet_loading_service.dart#null:null WalletLoadingService: Null check operator used on a null value
flutter: [INFO] cake_wallet/core/wallet_loading_service.dart#null:null WalletLoadingService: Null check operator used on a null value
that is with the fix, which went into cw_monero/lib/api/wallet.dart, seems similar fix is needed in the other files.. will let developers figure it, the wallet is not corrupt, can see the seed/private key in the security/backup for that wallet..
Thanks anyways, sorry for confusion, docs in github are not updated to build instructions…