Guide to MetaMask & Connecting to the Testnet#
This guide will walk you through the process of setting up MetaMask and connecting to the Testnet. This is a necessary step for developers who want to deploy and interact with Dapps or smart contracts on our network.
This guide consists of four clear steps:
Install MetaMask
Create a MetaMask account
Connect to the Testnet
Get Testnet tokens
Step 1: Install MetaMask#
Google “MetaMask” or visit the MetaMask download page and click “Install MetaMask for Chrome”. Alternatively, you can get the mobile app for iOS or Android accordingly.
![[image]](../_images/download_metamask_mobile.png)
Click “Add to Chrome”.
![[image]](../_images/add_to_chrome.png)
A popup will appear. Click “Add Extension” to confirm.
Once installed, the MetaMask fox icon will appear in your browser toolbar.
![[image]](../_images/metamask_toolbar.png)
Step 2: Create a MetaMask Account#
For Chrome extension, click on the MetaMask fox icon in the toolbar to open the extension. For mobile app, open the app and follow instructions.
Check Terms of use agreement and click on “Create a new wallet”.
![[image]](../_images/create_wallet.png)
Agree or disagree to the MetaMask data collection option (this is optional and won’t affect functionality).
Set a strong password for your wallet and click on “Create a new wallet”.
![[image]](../_images/set_password.png)
MetaMask will give an option to set up secret recovery phrase:
“Remind me later” will skip this step.
“Secure my wallet” will take you to the next step.
MetaMask will display a group of 12 words as Secret Recovery Phrase:
Write down the phrase in order and keep it safe.
Never share this phrase with anyone.
![[image]](../_images/secret_recovery_phrase.png)
Confirm your Secret Recovery Phrase by filling the missing words in the correct order.
![[image]](../_images/confirm_phrase.png)
Click “Done” to complete the account creation.
![[image]](../_images/done.png)
Step 3: Connect to the Testnet#
Open MetaMask on Chrome extension or mobile app and unlock it using your password.
Click on the Network Selector (top-left dropdown that shows “Ethereum Mainnet” by default).
![[image]](../_images/select_network.png)
Select ‘’+ Add a custom network’’.
![[image]](../_images/add_new_network.png)
Fill in the details for our Testnet & Click ‘’Save’’:
Entry Name
Value
Note
Network name
POTOS Testnet
Name of network
Default RPC URL
RPC URL of network
Chain ID
60600
blockchain’s chain ID
Currency symbol
POT
token symbol
Block explorer URL
URL of blockchain’s explorer
![[image]](../_images/network_detail.png)
Step 4: Get Testnet Tokens#
Log in and switch to Testnet in MetaMask app.
![[image]](../_images/metamask_app_home.png)
![[image]](../_images/metamask_app_switch_testnet.jpeg)
Go to the Faucet.
Click “Connect Wallet” and scan with MetaMask app.
![[image]](../_images/faucet_home.png)
Information will be automatically filled in. Click “Request tokens”.
![[image]](../_images/request_tokens.png)
Wait few moments and check wallet balance.
You are now ready to interact with Dapps and smart contracts on our network!