◼️Connecting to Testnet

Before deploying contracts or interacting with dApps, you'll need to connect your wallet (e.g., MetaMask) to the ZONA Testnet.

🚧 Note: ZONA Testnet is currently under preparation. The following values are placeholders and will be updated upon official launch.


🌐 Testnet RPC Configuration

To manually add the ZONA Testnet to your MetaMask wallet:

  1. Open MetaMask

  2. Click the network dropdown (top center)

  3. Select Add NetworkAdd a network manually

  4. Enter the following details:

Field

Value (Coming Soon)

Network Name

ZONA Testnet

New RPC URL

https://rpc-testnet.zonaprotocol.org

Chain ID

TBA

Currency Symbol

ZONA

Block Explorer

https://testnet-explorer.zonaprotocol.org

These values will be officially published via our X account and Telegram Channel once live.


💧 Requesting Test Tokens (Faucet)

After connecting to the testnet, you can request test ZONA tokens via our faucet:

  • 🌐 Faucet URL: https://faucet.zonaprotocol.org (Coming Soon)

  • Paste your wallet address and click “Request”

  • You should receive test ZONA tokens within seconds

These tokens are only for testing and hold no monetary value.


✅ Verify the Connection

Once added, make sure:

  • MetaMask shows ZONA Testnet as the active network

  • You see your wallet address and test ZONA balance

  • You can interact with testnet dApps and contracts


🛠️ Developer Tip

You can use this network with:

  • Remix IDE

  • Hardhat

  • Ethers.js / Web3.js

  • Truffle

  • Custom scripts using JSON-RPC


Last updated