ZONA PROTOCOL
  • Welcome to Zona
  • What is ZONA?
  • Core Concepts
  • Network Architecture
  • Getting Started
    • ◼️Setting Up Wallets
    • ◼️Connecting to Testnet
    • ◼️Faucet Access
    • ◼️ZONA RPC & Chain Info
  • Smart Contract Development
    • ◻️EVM Compatibility Overview
    • ◻️Writing Contracts (Solidity)
    • ◻️Deploying to ZONA with Hardhat
    • ◻️Using Remix on ZONA
    • Advanced Topics
  • ◼️Gas Optimization on ZONA
  • ◼️Custom Modules with ZONA SDK
  • ◼️Security & Auditing Guidelines
Powered by GitBook
On this page
  1. Getting Started

Connecting to Testnet

PreviousSetting Up WalletsNextFaucet Access

Last updated 14 days ago

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 Network → Add 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 and 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


◼️
X account
Telegram Channel