Wallet Setup Instructions

Managing wallets for MANTRA on both COSMOS and EVM requires a bit of nuance.

A WORD OF CAUTION!

Overview:

Wallet Creation

From Scratch

Creating a wallet from scratch is fine and can be done via Metamask or Keplr, after which, the PRIVATE KEY should be exported and imported to the alternative relevant locations as needed.

The private key will also be required for most contract deployments via Hardhat and Foundry anyway.

Importing Existing Wallets

It is recommended to use the private key export of any wallet that you wish to import; seed phrases may not derive the correct private key in plugins such as Metamask and Keplr.

Metamask Setup

  1. Open Metamask and from top-right corner select the network dropdown to add custom network per the specs below:

    1. Network Name

      1. MANTRA-Dukong
    2. RPC URL

      1. https://evm.dukong.mantrachain.io
    3. Chaim ID (EVM)

      1. 5887
    4. Currency Symbol

      1. OM
    5. Block explorer URL

      1. https://mantrascan.io/dukong
  1. Switch to MANTRA-Dukong network and you should see native OM token balance

Importing into Mantrachaind Keyring

  1. Download and configure the relevant mantrachaind binary from https://github.com/MANTRA-Chain/mantrachain/releases/tag/v5.0.0-rc0

  2. Using the mantrachaind keys add command, you can import the relevant seed phrase or private key into the command line and manage from there. Note that the default --coin-type in cli is 60

  3. Bank balances commands should have --node and the relevant URL specified.

Keplr Setup (Optional)

CoinType ISSUES

  1. Click on the button on Kelpr

  2. Enter "mantra dukong EVM" in the 🔍 search

  3. Click on "MANTRA Dukong EVM" ☑️

  4. Click "Save"

Last updated