Metaverse ETP Docs
English
English
  • 👋Welcome to The New Reality!
  • GENERAL
    • 🖍️Introduction
    • 📃Metaverse Litepaper
    • 💎Entropy ($ETP)
  • USER GUIDES
    • 🔄UTXO ETP to VM ETP (Hyperspace/New Frontier) migration
    • ↗️Hyperspace to New Frontiers migration
    • 💰MetaverseVM Browser Extension
    • 🦊Metamask
    • 🪙Assets Tutorials
      • Add Metaverse Smart Tokens (MST) in MetaverseVM Browser wallet
      • Metaverse Identifiable Tokens (MIT)
    • 🧙‍♂️Avatars
      • KILT Protocol
  • DEVELOPER GUIDES
    • 🔨Testnet Set Up
      • MetaverseVM Browser Extension - Testnet Version
      • Metamask - Testnet version
      • RPC
      • Substrate API Sidecar
      • Transaction Construction and Signing
    • 📄Smart Contracts
      • Metaverse VM: An Ethereum Compatible VM
      • Deploy a Contract in the MVM
    • 💲Assets
      • Interact with an MRC-20 in MetaMask
    • 🔈Remote Procedure Calls
  • MINER GUIDES
    • 📡Metaverse Full Node Interface
    • ⛏️Mining & Staking
      • POS Node Set Up
      • Miners List and Fees
      • Stratum V2
Powered by GitBook
On this page

Was this helpful?

  1. DEVELOPER GUIDES
  2. Assets

Interact with an MRC-20 in MetaMask

PreviousAssetsNextRemote Procedure Calls

Last updated 4 years ago

Was this helpful?

Now, open MetaMask to add the newly deployed MRC-20 tokens. Before doing so, make sure you have copied the contract's address from Remix. Back in MetaMask, click on “Add Token” as shown below. Make sure you are in the account that deployed the token contract:

Paste the copied contract address into the “Custom Token” field. The “Token Symbol” and “Decimals of Precision” fields should be automatically populated:

Now we can send some of these MRC-20 tokens to the other account that we have set up in MetaMask. Hit “send” to initiate the transfer of 500 MyTokens and select the destination account.

After you press confirm and the deployment is complete, you will see the transaction listed in MetaMask and the contract will appear under Deployed Contracts in Remix:

You will be able then to interact with all methods of your contract:

💲
Metamask add token screenshot 1
Metamask add token screenshot 2
Contract interaction screenshot 1
Contract interaction screenshot 2