Skip to main content

1) Setting up Router's EVM Tesnet

import { MetaMaskNetwork } from '../../../src/components/MetaMaskNetwork';

To create cross-chain applications using the Router infrastructure, users will have to build and deploy application contracts on various third-party chains. To simulate an EVM environment for smart contract deployment and interaction, we have created Router's own EVM-compatible Testnet.

Part 1: Adding Router's EVM Testnet

To set up Router's EVM Testnet on your MetaMask wallet, you can use two approaches:

Option 1) Add the Network Manually

Step 1) Log in to your MetaMask wallet and go to Settings.

Step 1

Step 2) Go to Networks > Add Network.

Step 2

Step 3) Click on Add a network manually.

Step 3

Step 4) Add the following details and click on Save:

FieldEntry
Network nameRouter EVM Testnet
New RPC URLhttps://evm.rpc.testnet.routerchain.dev
Chain ID9601
Currency SymbolROUTE

Warning: Leave the Block explorer URL blank.

Step 4

Following the previous step, you should be able to see Router EVM Testnet as one of your networks.

Check
Option 2) Add the Network with a Single Click

Part 2: Creating a Wallet to Interact with the Testnet

Now that we have added our network, it's time to import a wallet to interact with it. To do so, follow the guide given here.