EOS commander is an Android client for EOSIO blockchain for EOS dApp developer. It includes functions of wallet. Developers can test wallet, account, transaction, contract, etc. with simple input on the Android device. PLACTAL team hopes this makes more EOS mobile DApps activated.
PLACTAL is the new name of Mithrilcoin on EOSIO.
- Getting Started
- Set connection
- Wallet
- Account
- Transfer
- Currency
- Push
- Get table
- About PLACTAL
- License
For Testing on private net:
You should have running nodeos node.
Set "http-server-address" other than "127.0.0.1" .
EOS commander includes wallet function, you don't need to specify "wallet_api_plugin" in config.ini.
EOS Commander has been tested with EOSIO version dawn-v4.2.0.
See EOSIO github.
On the console type:
git clone https://github.com/plactal/eoscommander.git
Open in Android studio 3.0 or later.
You can install the latest version from the Play store at: link
Or download apk : link
SHA1 : 71db34dfc6ad7e2a7c4a71b8df8b9eda7dc0cdde
SHA256: d56b59e1687a991c621c2709545075373fcf60e653cb1c75ab8d4c8c63fa4445
old version(for dawn2.0) on PlayStore: link
For Public test net:
Set testnet1.eos.io or testnet2.eos.io, port: 80
For Private test net:
You should have running nodeos node.
Set "http-server-address" other than "127.0.0.1" in config.ini.
on EOS commander settings screen. Set test1.eos.io or test2.eos.io, port: 80
Connect to eos network and check the status. On connected state, you can use the command function.
You can run commands without signing. But in this case, the nodeos must have been started with "--skip-transaction-signatures" switch. See EOS README
This creates a wallet named 'default' and import the private key of eosio
account.
See EOS README
You can also create wallets other than "default". Also provides option for saving password for easy testing. (This makes password filled automatically when you unlock a wallet.)
Lists imported private keys and their respective public key.
Import key to sign the transaction to wallet.
Lock or unlock wallet.
Create the account with these characters : 'a-z' or '12345' or '.'(dot) . You should unlock a wallet to save keys.
View the current account status.
Query list of transactions.
Transfer eos. (Push transfer message on built-in eosio
smart contract)
Run "get balance" or "get stats" commands for currency contract.
Push the contract message.
See EOS README
You can type json manually, or edit via form input UI( after reading ABI from EOS network), or importing JSON file.
Lists the contract table. See EOS README
PLACTAL is a platform for tokenizing billions of gamers's experience. And runs on EOS network as smart contract. PLACTAL aims to dramatically improve ad efficiency by eliminating middlemen intervention and connecting game devs and gamers directly based on game data.
Copyright (c) 2017-2018 PLACTAL.
The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.