SOIL
Cheat Sheet for GsoilList all accounts: personal.listAccounts
Unlock the account: personal.unlockAccount(addr, passwd, duration)
BlockHeight: eth.blockNumber
Node information: admin.nodeInfo
Information about connected peers: admin.peers
Adding a node: admin.addPeer("enode://nodekey:ipaddress@port")
Balance: web3.fromWei(eth.getBalance("address"), "soil")
eth.sendTransaction({from: '
adress', to: '
adress', value: web3.toWei(1, "soil")})
What's the sending TX command? It wasn't included in the "Cheat Sheet".
Thanks. Didn't know if the "eth.sendTransaction" is re-branded to "soil.sendTransaction"...
All right, I wrote, the team has not been re-branding, it only made expanse
that's the right team for the transaction --> eth.sendTransaction({from: '
adress', to: '
adress', value: web3.toWei(1, "soil")})