Kadena Testnet
RPC EndpointsChain ID: KDA · KDA
Other Kadena networks:Mainnet
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.
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); // NaNnKadena 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.