A list of all EVM-powered chains, their RPC nodes and settings. Connect your MetaMask to a chain of your choice in seconds from Metaschool RPCs.
Chain ID
1
Currency
ETH
Chain ID
2
Currency
EXP
Chain ID
3
Currency
ETH
Chain ID
4
Currency
ETH
Chain ID
5
Currency
ETH
Chain ID
6
Currency
KOT
Chain ID
7
Currency
TCH
Chain ID
8
Currency
UBQ
Chain ID
9
Currency
TUBQ
Chain ID
10
Currency
ETH
Chain ID
11
Currency
META
Chain ID
12
Currency
KAL
Chain ID
13
Currency
sDIODE
Chain ID
14
Currency
FLR
Chain ID
15
Currency
DIODE
Chain ID
16
Currency
CFLR
Chain ID
17
Currency
TFI
Chain ID
18
Currency
TST
Chain ID
19
Currency
SGB
Chain ID
20
Currency
ELA
Chain ID
21
Currency
tELA
Chain ID
22
Currency
ELA
Chain ID
23
Currency
tELA
Chain ID
24
Currency
KAI
Chain ID
25
Currency
CRO
Chain ID
26
Currency
L1test
Chain ID
27
Currency
SHIB
Chain ID
28
Currency
ETH
Chain ID
29
Currency
L1
Chain ID
30
Currency
RBTC
Chain ID
31
Currency
tRBTC
Chain ID
32
Currency
GooD
Chain ID
33
Currency
GooD
Chain ID
34
Currency
SCAI
Chain ID
35
Currency
TBG
Chain ID
36
Currency
DX
Chain ID
37
Currency
XPLA
Chain ID
38
Currency
VAL
Chain ID
39
Currency
U2U
Remote Procedure Call or RPC is a type of computer server (or a node, as it is referred to in crypto lingo) that makes communication with different servers a simple process.
In simpler terms, open-source dApps (Decentralized Apps) supported by blockchain do not have a central authority. Thus, RPC helps a dApp and its users to communicate, make transactions and access information on a blockchain.
RPC is a lightweight server based on a client-server model. The one requesting information is generally the client (a dApp in this case) and the one providing the requested information is a server (the blockchain the dApp is operating on).
For example, a gaming dApp based on the Ethereum blockchain can use Ethereum RPC node to communicate with it.
RPC URL is basically the endpoint of an RPC node. Like all URLs, it serves as a unique identity of a node.
For example, the RPC URL for Ethereum Pocket Portal will be different than that for Binance Smart Chain. Thus, each Blockchain RPC has a distinctive URL that differentiates it from others.
Essentially, when a client (a dApp) tries to request information or a server (a blockchain) tries to send information to a client, it is an RPC URL that is used to do the needful.