need to also check that the amount sent is possible eg max 18 decimal places for Ether, max 15 for HBT
I agree send and pay could be confusing. given that the main use case for the striim will be making off-chain payments, could we use send onchain (or similar) for on-chain transactions?
To streamline the experience we need to be able to send ETH from the current wallet to a different wallet/address.
Example use case:
Definition of done
send <amount> ETH to <address>
command that sends the specified amount to the specified address using an ethereum transaction.Unresolved questions
send
andpay
?