๐ช 7. Get Some QIE Coins
๐ฐ Step 1: Check Account Balance
qied query account <your-address> \
--node tcp://localhost:26657 \
--home "$HOME/.qieMainnetNode"
๐ Step 2: Export EVM Private Key (for MetaMask)
qied keys unsafe-export-eth-key validator --home "$HOME/.qieMainnetNode"
Copy the private key and import it into MetaMask as a new wallet. If the account has insufficient funds for the amount you want to stake as a validator, please send the required funds to this address.
Last updated