Kadena logo

Kadena Testnet

RPC Endpoints

Chain ID: KDA · KDA

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

Kadena Testnet uses KDA as its native currency. Chain ID: NaN (KDA). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Kadena Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://api.testnet.chainweb.com/chainweb/0.0/testnet04/chain/0/pact
KDAKDAExplorer
Checking
https://kadena-testnet.gateway.tatum.io
KDAKDAExplorer

Connect to Kadena Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://api.testnet.chainweb.com/chainweb/0.0/testnet04/chain/0/pact");

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

Kadena Testnet — common questions

What is the RPC URL for Kadena Testnet?
There are 2 public RPC endpoints for Kadena Testnet, including https://api.testnet.chainweb.com/chainweb/0.0/testnet04/chain/0/pact. See the full list in the table above.
What is the Chain ID for Kadena Testnet?
The Chain ID for Kadena Testnet is NaN (KDA in hexadecimal).
What is the native currency of Kadena Testnet?
The native currency of Kadena Testnet is KDA.
How do I add Kadena Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Kadena Testnet to MetaMask automatically, or follow our step-by-step guide for Kadena.