Simple transactions
Example on how to transfer ACA using MetaMask.
Last updated
Example on how to transfer ACA using MetaMask.
Last updated
MetaMask can be used to transfer ACA in the same manner, you would transfer Ether in Ethereum network:
Open and unlock the MetaMask
Click on Send option
Paste the EVM account address that you want to send the ACA to and input the amount of ACA you want to send and click Next
Verify that the transaction data is correct and click Confirm
You are done! The ACA has been sent to the desired address
before sending any transaction, please don't change the default gasPrice
or GasLimit
, otherwise transaction will fail. (why?)
if we are using local mandala, everytime we restart the local mandala node, we need to reset metamask for local network, so the nonce and cache will be cleared: settings => advanced => reset account
. (why?)