How to send Expanse?

The Expanse Wallet supports sending expanse via a graphical interface.

Expanse can also be transferred using the gexp console.

> var sender = exp.accounts[0]; > var receiver = exp.accounts[1]; > var amount = web3.toWei(0.01, “expanse”) > exp.sendTransaction({from:sender, to:receiver, value: amount})

For more information of Expanse transfer transactions, see Account Types, Gas, and Transactions.

Expanse is unique in the realm of cryptocurrencies in that expanse has utility value as a cryptofuel, commonly referred to as “gas”. Beyond transaction fees, gas is a central part of every network request and requires the sender to pay for the computing resources consumed. The gas cost is dynamically calculated, based on the volume and complexity of the request and multiplied by the current gas price. Its value as a cryptofuel has the effect of increasing the stability and long-term demand for expanse and Expanse as a whole. For more information, see Account Types, Gas, and Transactions.

Last updated