Testnet Live

NYX Chain
AI-Curated EVM L1

A high-performance EVM-compatible chain powering the NYXANCE ecosystem. Fast finality, zero gas fees, full EVM compatibility.

Get Test NYX

--

Current Block

9000

Chain ID

NYX

Native Gas Token

0 Gwei

Current Gas Price

Add NYX Chain Network
One-click MetaMask integration or configure manually

Auto-Add via MetaMask

Click to automatically add NYX Chain Testnet to your MetaMask wallet with all the correct settings.

Manual Configuration

Network NameNYX Chain Testnet
RPC URLhttps://rpc.nyxchain.io
Chain ID9000
SymbolNYX
Explorernyxscan.io:4000
Developer Quickstart
Connect in seconds with Hardhat, Foundry, or ethers.js

Hardhat

Add NYX Chain to your hardhat.config.js networks:

// hardhat.config.js
networks: {
  nyxchain: {
    url: "https://rpc.nyxchain.io",
    chainId: 9000,
    accounts: [process.env.PRIVATE_KEY]
  }
}

Foundry

Deploy contracts directly to NYX Chain:

# Deploy with Foundry
forge create MyContract \
  --rpc-url https://rpc.nyxchain.io \
  --chain-id 9000 \
  --private-key

ethers.js

Connect with ethers.js v6:

const provider = new ethers.JsonRpcProvider(
  "https://rpc.nyxchain.io",
  { chainId: 9000, name: "nyx" }
);

Deployed Contracts

Core contracts available on NYX Chain testnet:

WNYX (Wrapped NYX)
0xef82315adb730f63439cbb3b271e4266ce7bcaf2
NYX Ecosystem
Everything you need to build and trade