🧙‍♂️
Acala EVM+ Documentation
Acala WikiAcalaSwapHoma Liquid Staking
  • Getting started
  • 💡General
    • About Acala EVM+
    • Security considerations of developing in Acala EVM+
  • 🌐Network
    • Network configuration
    • Network setup
      • Local development network
      • Connecting to a public network with local RPC node
    • Predeployed smart contracts
      • Details
    • ACA token
    • Gas parameters
  • 🛠️Tooling
    • Tooling
    • Faucet
    • RPC adapter
    • Chain explorer
    • MetaMask
      • Connect to the network
      • Simple transactions
    • EVM playground
      • Deploy smart contracts
      • Interacting with smart contracts
    • Remix IDE
      • Deploying a smart contract
      • Interacting with the deployed smart contracts
  • 🎓Examples
    • Examples
  • ✨Special features
    • Special features
    • Using polkadot wallet to interact with EVM+
    • Batch EVM transactions
  • 💻Applications
    • Acala Multichain Asset Router
  • 🔎Miscellaneous
    • FAQs
    • Common errors
    • ETHDenver
    • Request support
    • Feedback or suggestions?
Powered by GitBook
On this page

Was this helpful?

  1. Tooling
  2. MetaMask

Simple transactions

Example on how to transfer ACA using MetaMask.

PreviousConnect to the networkNextEVM playground

Last updated 2 years ago

Was this helpful?

MetaMask can be used to transfer ACA in the same manner, you would transfer Ether in Ethereum network:

  1. Open and unlock the MetaMask

  2. Click on Send option

  3. 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

  4. Verify that the transaction data is correct and click Confirm

  5. 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. ()

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?
why?
MetaMask => Send => Input amount & Next => Confirm