Skip to main content

Quickstart

Use the button below to add the Kaigan testnet to a compatible wallet.

Below are the configuration parameters for the Kaigan Testnet. If you encounter issues, please email [email protected].

FieldValue
Network NamekaiganClick to Copy
RPC URLhttps://rpc.kaigan.jsc.devClick to Copy
Chain ID5278000Click to Copy
Currency SymbolJETHClick to Copy
Block Explorer URLhttps://explorer.kaigan.jsc.devClick to Copy
Faucethttps://faucet.kaigan.jsc.devClick to Copy

JSC testnet funds do not have any real-world value.

Advanced Users

For programmatic RPC usage:

const ethers = require('ethers');

const url = `https://rpc.kaigan.jsc.dev`;
const kaiganProvider = new ethers.providers.JsonRpcProvider(url);