Post
Topic
Board Announcements (Altcoins)
Re: [ANN][WEB][BLOCKCHAIN] Webchain – (Get DApps via Websites and IoT) No ICO, PoW
by
thehommy
on 09/05/2018, 18:54:07 UTC
@platon_X: could your write a list of the commands for the console mode? trying to run webchaind with help command but the cmd window closes

Why don't you have a look here https://github.com/webchain-network/webchaind#green_book-webchaind-the-basics ?  Wink

there are no commands for running "webchaind.exe console" in the link the command are only for "webchaind.exe"  bat. also what's the command for getting balance?

For getting the balance you can use:
web3.fromWei(webchain.getBalance(webchain.accounts[0]), "ether")

The above command running in console. You can check many other commands and examples here https://github.com/ethereumproject/wiki/wiki/JavaScript-API