0G Testnet

The 0g testnet is the public testing environment for the 0g network. It mirrors the mainnet’s EVM execution environment and JSON‑RPC interface, allowing contracts to be deployed and exercised with faucet‑funded tokens. Blocks are produced on a short cadence and the network may undergo periodic resets, providing clean states for repeated integration cycles. Standard EVM libraries (ethers, viem, Hardhat/Foundry) interact over HTTP and WebSocket endpoints, with log subscriptions exposing events and pending transactions for real‑time inspection. A dedicated block explorer tracks accounts, blocks, and transaction receipts specific to the current testnet configuration.

Get started here with our Quickstart Guide

Last updated