Set up plugin for a first run
Download binaries from the release folder https://github.com/awaik/monero/releases/tag/v0.1.0

iOS
- Copy unzipped binaries files to the folder ios/external
Android
- Copy unzipped binaries files to the folder android/external
macOS
-
Copy unzipped binaries files to the folder macos/external
-
Remove folder example/build if you are already tried to run example.
-
Run example under iOS, Android, macOS.
How to test Monero wallet in the example app
Press buttons, step by step.
- Wallet manager -> Create new
- Wallet manager -> Open
- Synchronization -> Set node
- Synchronization -> Set listener
- Synchronization -> Check connection
- Synchronization -> Synchronization status
Libraries
- account_api
- entities/account_row
- entities/error_info
- entities/monero_output
- entities/pending_transaction
- entities/subaddress_row
- entities/transaction_info_row
- exceptions/creation_transaction_exception
- exceptions/setup_wallet_exception
- exceptions/wallet_creation_exception
- exceptions/wallet_opening_exception
- exceptions/wallet_restore_from_keys_exception
- exceptions/wallet_restore_from_seed_exception
- monero_flutter
- monero_flutter_bindings_generated
- multisig_api
- sync_listener
- transaction_api
- wallet_manager_api
- wallet_sync_api