I'm trying to send some coins from the console, and I'm getting this error:
> web3.fromWei(exp.getBalance(exp.coinbase), "expanse")
265
> exp.accounts
["0xb9dffa98306d2769d1cb8d0cbee89583c334851f"]
> exp.sendTransaction({from:exp.accounts[0], to:"0x13a9b67e80662af25d311f4ad689d80720fff28b", value: web3.toWei(265, "expanse")})
Insufficient funds for gas * price + value
at InvalidResponse (:-81335:-128)
at send (:-154754:-128)
at sendTransaction (:-131919:-128)
at :1:1
What is "gas" in the context of Expanse?
gas is essentially the cost to let the contract live on the blockchain. In the expanse branding its like, you are using expace to buy space on the blockchain. Essentially. In comparison to bitcoin, its the fee for a tx.