# 0G Galileo Testnet

> 0G Galileo Testnet network details including Chain ID, RPC endpoints, faucet access, contract addresses, and wallet setup.


Test your applications on 0G's infrastructure without real costs or risks.

:::tip Testnet Explorer
🔍 **[Explore Testnet Activity](https://explorer.0g.ai/testnet/home)**
:::

## Network Details

| Parameters | Network Details |
|----------------|---|
| **Network Name** | 0G Galileo Testnet |
| **Chain ID** | 16602 |
| **Token Symbol** | 0G |
| **RPC URL** | `https://evmrpc-testnet.0g.ai` (development only, use a 3rd party RPC for production) |
| **Block Explorer** | `https://chainscan-galileo.0g.ai` |
| **Faucet** | https://faucet.0g.ai |
| **Faucet (Google Cloud)** | https://cloud.google.com/application/web3/faucet/0g/galileo |

#### ✅ 3rd Party RPCs (Recommended for production)
- [QuickNode](https://www.quicknode.com/chains/0g)
- [ThirdWeb](https://thirdweb.com/16602)
- [Ankr](https://www.ankr.com/rpc/0g/)
- [dRPC NodeCloud](https://drpc.org/chainlist/0g-galileo-testnet-rpc)

## Getting Started

### Step 1: Add Network to Wallet

export const AddNetworkSection = () => (
  <>
    
      
        Remove any old 0G testnet configurations before adding Galileo (steps below).
      
    

    
      
      
    
  </>
);

<details>
<summary>Removing an old 0G testnet from MetaMask</summary>

The old testnet versions are no longer active. Remove them from your MetaMask network list before adding the current **0G Galileo Testnet**, to avoid conflicts.

1. Open MetaMask and click the network dropdown menu at the top.

   ![MetaMask network dropdown](/img/step%201.png)

2. Select any network *other* than **0G-Testnet**.

   ![Switching network](/img/step%202.png)

3. Open the network dropdown menu again.
4. Find **0G-Testnet** in the list and click the three vertical dots icon next to it.

   ![Three dots menu for network](/img/step%203.png)

5. Select the **Delete** option from the menu.
6. Confirm the deletion when prompted by MetaMask.
7. Once removed, click the "Add to MetaMask" button above again.

</details>

### Step 2: Get Test Tokens

Visit the [0G Faucet](https://faucet.0g.ai) or the [Google Cloud Faucet](https://cloud.google.com/application/web3/faucet/0g/galileo) to receive free testnet tokens. **Daily Limit**: 0.1 0G per wallet.

### Step 3: Start Building

Choose your integration:
- [Deploy Smart Contracts](/developer-hub/building-on-0g/contracts-on-0g/deploy-contracts)
- [Use Storage SDK](/developer-hub/building-on-0g/storage/sdk)
- [Access Compute Network](/developer-hub/building-on-0g/compute-network/router/overview)
- [Integrate DA Layer](/developer-hub/building-on-0g/da-integration)

### Contract Addresses

:::caution
Addresses may change during testnet.
:::

**0G Storage**
- Flow: `0x22E03a6A89B950F1c82ec5e74F8eCa321a105296`
- Mine: `0x00A9E9604b0538e06b268Fb297Df333337f9593b`
- Reward: `0xA97B57b4BdFEA2D0a25e535bd849ad4e6C440A69`

**0G DA**
- DAEntrance: `0xE75A073dA5bb7b0eC622170Fd268f35E675a957B`

<!-- **Deployment Block**: `326165` -->

## Developer Tools

### Block Explorers
- **[Chain Explorer](https://chainscan-galileo.0g.ai)**: View transactions, blocks, and smart contracts
- **[Storage Explorer](https://storagescan-galileo.0g.ai)**: Track storage operations and metrics

<details>
<summary>Development RPC</summary>

:::warning Development Only
This endpoint is for development purposes and should not be used in production applications.
:::

`https://evmrpc-testnet.0g.ai`

</details>

## Faucet
- Use the [official Faucet](https://faucet.0g.ai) or the [Google Cloud Faucet](https://cloud.google.com/application/web3/faucet/0g/galileo) to request tokens. Each user can receive up to 0.1 0G token per day, which is sufficient for most testing needs.

- If you require more than 0.1 0G token per day, please reach out in our vibrant [discord](https://discord.com/invite/0glabs) community to request additional tokens.
