Android client for EOSIO blockchain developers to test wallets, accounts, transactions, and smart contracts.
EOS Commander is an Android client for EOSIO blockchain developers. It provides wallet functionality and tools to test accounts, transactions, and smart contracts on Android devices, enabling mobile development and testing for EOSIO-based decentralized applications.
EOSIO DApp developers who need to test wallet operations, account management, and smart contract interactions from Android devices.
It offers a dedicated mobile interface for EOSIO blockchain interaction, reusable crypto/data packages for Java projects, and simplifies on-device testing compared to command-line tools.
Android client for EOS.IO
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The 'data' and 'crypto' packages are built with a modular MVP pattern and can be reused in other Java projects, as highlighted in the README.
Provides wallet management, account operations, transaction pushing, and contract table reading, covering essential developer needs for testing EOSIO DApps.
Enables direct testing of wallets, accounts, and smart contracts on Android devices, offering a practical alternative to desktop command-line tools.
Supports manual JSON input or form-based UI after reading ABI definitions, allowing developers to push contract messages in multiple ways.
Requires configuring a nodeos node with specific settings like http-server-address, which can be time-consuming and error-prone for quick testing.
Only available for Android, so developers targeting iOS or web platforms need separate tools, limiting its versatility.
Includes options like saving passwords for easy testing, which compromises security and makes it unsuitable for production environments.