Skip to content

Transfers

Platonx99 edited this page May 31, 2018 · 2 revisions

You can send coins to others by run command in webchaind console `

webchain.sendTransaction({from:'0x918e173c8426593bd37d5bc7d03f17dcc154cd5b',to:'OTHERWALLETNUMBER', value: web3.toWei(0.05, "ether"), gas:21000}); `

where 0x918e173c8426593bd37d5bc7d03f17dcc154cd5b is your wallet number OTHERWALLETNUMBER - put here recipient wallet number 0.05 is amount of WEB's you want to send. You should get this amount on balance

Clone this wiki locally