Flow logo

Flow Testnet

RPC Endpoints

Chain ID: FLOW · FLOW

Other Flow networks:Mainnet
How to add Flow to MetaMask or other wallets

Flow Testnet uses FLOW as its native currency. Chain ID: 15 (FLOW). Below is a public RPC endpoint you can use to connect wallets, dApps, and developer tools to Flow Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://rest-testnet.onflow.org
FLOWFLOWExplorer

Connect to Flow Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://rest-testnet.onflow.org");

const network = await provider.getNetwork();
console.log(network.chainId); // 15n

Flow Testnet — common questions

What is the RPC URL for Flow Testnet?
The public RPC URL for Flow Testnet is https://rest-testnet.onflow.org.
What is the Chain ID for Flow Testnet?
The Chain ID for Flow Testnet is 15 (FLOW in hexadecimal).
What is the native currency of Flow Testnet?
The native currency of Flow Testnet is FLOW.
How do I add Flow Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Flow Testnet to MetaMask automatically, or follow our step-by-step guide for Flow.