{"id":13453496,"url":"https://github.com/swapnibble/EosCommander","last_synced_at":"2025-03-24T01:31:34.537Z","repository":{"id":215204031,"uuid":"111535977","full_name":"swapnibble/EosCommander","owner":"swapnibble","description":"Android client for EOS.IO","archived":false,"fork":false,"pushed_at":"2020-05-21T07:18:09.000Z","size":4245,"stargazers_count":215,"open_issues_count":2,"forks_count":83,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-06-23T04:56:42.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/swapnibble/EosCommander","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swapnibble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-11-21T10:46:50.000Z","updated_at":"2024-05-08T10:17:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1e2b055-3b18-47cc-9288-04fa47e69931","html_url":"https://github.com/swapnibble/EosCommander","commit_stats":null,"previous_names":["swapnibble/eoscommander","playerone-id/eoscommander","plactal/eoscommander"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnibble%2FEosCommander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnibble%2FEosCommander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnibble%2FEosCommander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnibble%2FEosCommander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swapnibble","download_url":"https://codeload.github.com/swapnibble/EosCommander/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959452,"owners_count":20538628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:00:41.268Z","updated_at":"2025-03-24T01:31:33.415Z","avatar_url":"https://github.com/swapnibble.png","language":"Java","funding_links":[],"categories":["Tools"],"sub_categories":["Clients"],"readme":"# EOS commander for developer \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/playerone-id/files/blob/master/eos_commander/eosc_icon.png?raw=true\"\u003e\n\u003c/p\u003e\n\nEOS commander is an Android client for EOSIO DApp developer.  \nIt includes functions of wallet. Developers can test wallet, account, transaction, contract, etc. on the Android device.\n  \nEOS Commander is designed with MVP pattern.  \nYou can use \"data\" and \"crypto\" package to any JAVA projects.    \n \n### PlayerOne is new name of Plactal.\n\n# Table of contents\n- [Getting Started](#getting_started)\n- [Set connection](#set_connection)\n- [Wallet](#wallet)\n- [Account](#account)\n- [Transfer](#transfer)\n- [Currency](#currency)\n- [Push](#push)\n- [Get table](#get_table)\n- [Apps using EOS Commander code](#using_code)\n- [About PlayerOne](#about_playerone)\n- [Contact](#contact) \n- [License](#license)\n\n\u003ca name=\"getting_started\"\u003e\u003c/a\u003e\n## Getting Started\n### Prerequisite\n\n\nFor Testing on private net:  \nYou should have running nodeos node.  \nSet \"http-server-address\" other than \"127.0.0.1\" .  \nEOS commander includes wallet function, you don't need to specify \"wallet_api_plugin\" in config.ini.\n\nSee [EOSIO github](https://github.com/EOSIO/eos).\n\n### Build\nOn the console type:\n\n\tgit clone https://github.com/playerone-id/eoscommander.git\n\nOpen in Android studio 3.0 or later.\n\n### Install from Play Store\n  \nYou can install the latest version from the Play store at: [link](https://play.google.com/store/apps/details?id=io.plactal.eoscommander)\n\nOr download apk : [releases](https://github.com/playerone-id/EosCommander/releases)  \n\n\n\n\u003ca name=\"set_connection\"\u003e\u003c/a\u003e\n## Set connection  \n\nFor Private test net:  \nYou should have running nodeos node.  \nSet \"http-server-address\" other than \"127.0.0.1\".  \n\n### Connect\nConnect to eos network and check the status.\nOn connected state, you can use the command function.\n\n\u003ca name=\"getting_started\"\u003e\u003c/a\u003e\n## Wallet\n### create default wallet and import key of eosio.\nThis creates a wallet named 'default' and import the private key of `eosio` account.\n\n### create wallet\nYou can also create wallets other than \"default\".\nAlso provides option for saving password for easy testing.\n(This makes password automatically filled when you unlock a wallet.)\n\n### view keys\nLists imported private keys and their respective public key.\n### Import key\nImport key to sign the transaction to wallet.\n### Lock / Unlock\nLock or unlock wallet.\n\n\u003ca name=\"account\"\u003e\u003c/a\u003e\n## Account\n### create account\nCreate the account with these characters : 'a-z' or '12345' or '.'(dot) .\nYou should unlock a wallet to save keys.\n### get account\nView the current account status.\n### get transactions\nQuery list of transactions.\n### get servants\nQuery the controlled_account.\n\u003ca name=\"set_connection\"\u003e\u003c/a\u003e\n## Transfer\nTransfer eos. (Push transfer message on built-in `eosio` smart contract)\n\n## Currency\nRun \"get balance\" or \"get stats\" commands for currency contract.\n\n\u003ca name=\"push\"\u003e\u003c/a\u003e\n## Push\nPush the contract message.\n[See EOSIO Developer Portal](https://developers.eos.io/eosio-cleos/reference#cleos-push-action)  \nYou can type json manually, or edit via form input UI( after reading ABI from EOS network), or importing JSON file.  \n\n\u003ca name=\"get_table\"\u003e\u003c/a\u003e\n## Get table\nLists the contract table.\n[See EOSIO Developer Portal](https://developers.eos.io/eosio-cleos/reference#cleos-get-table)\n\n\u003ca name=\"using_code\"\u003e\u003c/a\u003e\n## Apps using EOS Commander source\nPlease [ping](mailto:swapnibble@gmail.com) me or send a pull request if you would like to be added here.  \n\n[PocketEOS-Android]( https://github.com/OracleChain/PocketEOS-Android ) by orcalechain.io\n\n\n\u003ca name=\"contact\"\u003e\u003c/a\u003e\n## Contact\nswapnibble@gmail.com\n  \n\u003ca name=\"lincense\"\u003e\u003c/a\u003e\n## License\n\n    Copyright (c) 2017-2018 PlayerOne.\n\n    The MIT License\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in\n    all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n    THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnibble%2FEosCommander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapnibble%2FEosCommander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnibble%2FEosCommander/lists"}