Create a new wallet key pair (private + public key):
qied keys add <wallet_name>
Replace <wallet_name> with your preferred name.
You will be prompted to set a secure password to encrypt your key.
Step 2: List Existing Wallet Keys
To see all wallet keys stored locally:
qied keys list
This will display your wallet names and their associated addresses.
Step 3: Recover Wallet from Seed Phrase
If you have an existing seed phrase, restore your wallet with:
qied keys add <wallet_name> --recover
Enter your mnemonic seed phrase when prompted.
Step 4: Export Public Address
To get the public address of a wallet key:
Step 5: Delete a Wallet Key (Optional)
Additional Tips:
Backup your seed phrase securely — it’s the only way to recover your wallet.
Never share your private key or password.
Use these CLI commands only on trusted machines.
For transactions, use the --from <wallet_name> flag referencing your wallet name.
🦊 GUI Wallets: Using MetaMask with QIE
What is MetaMask?
MetaMask is a popular Web3 browser extension wallet that allows you to interact with Ethereum-compatible blockchains through a graphical interface. Since QIE supports EVM compatibility, you can use MetaMask (or similar wallets) to manage your QIE coins and interact with dApps.
How MetaMask Works with QIE:
Add QIE Network to MetaMask:
You manually configure MetaMask to connect to the QIE blockchain by adding the network details.
Manage QIE Coins:
Once connected, you can send, receive, and stake QIE coins using MetaMask’s simple interface.
Interact with dApps:
Use MetaMask to access decentralized applications built on QIE’s EVM layer.