4. Import QAN XLINK Private Key to MetaMask
How to import QAN XLINK private key to MetaMask
Step 1:
- 1.Open the Docker Desktop Dashboard
- 2.Click "Volumes" on the right sidebar
- 3.Click "xlink" on the list After clicking on it, there will be two tabs: "IN USE" and "DATA"
- 4.Click on the "DATA" tab You will see a file with the following name: privkey_0_0xYOURADDR.txt
- 5.Hover your mouse over the file, you will see three little dots on the right side.
- 6.Click on the three dots and click "Save As..."
- 7.Save the file on your desktop.
Step 2:
- 1.Open MetaMask
- 2.Click the colorful image in the upper right corner
- 3.Click "Import Account"
- 4.Copy the contents from the file you saved on your Desktop (privkey_0_0xYOURADDR.txt) in the previous step and paste it in the input box of the popup
- 5.Click the "Import" button to finish the process
At this point, the account has been successfully added and is available for use within MetaMask. You should also see the tokens you have received from the Faucet bot in the previous step.
Done! 🎉
Next step:
Step 1:
Copy the Private key file from the Docker Volume to your desktop with the following command executed in your Terminal:
sudo cp /var/lib/docker/volumes/xlink/_data/privkey* > $HOME/Desktop/privkey.txt
Step 2:
- 1.Open MetaMask
- 2.Click the colorful image in the upper right corner
- 3.Click "Import Account"
- 4.Copy the contents from the file you saved on your Desktop (privkey_0_0xYOURADDR.txt) in the previous step and paste it in the input box of the popup
- 5.Click the "Import" button to finish the process
At this point the account has been successfully added and is available for use within MetaMask. You should also see the tokens you have received from the Faucet bot in the previous step.
Done! 🎉
Next step:
Last modified 1yr ago