Testnet¶
DataHaven is a fully EVM-compatible decentralized storage and computation platform built as a Substrate-based Layer 1 blockchain. Developers can interact with DataHaven using Ethereum RPCs, popular wallets, and libraries such as MetaMask or viem, while also accessing Substrate APIs for additional features.
The following sections provide essential information for configuring your favorite Ethereum-based developer tools for use with the DataHaven testnet. You'll also find links to additional resources such as token faucets and block explorers.
| Network | Network Type | Native Asset Symbol | Native Asset Decimals |
|---|---|---|---|
| DataHaven Testnet | Testnet | MOCK | 18 |
Network Configuration¶
To interact with the network, use the following information to configure DataHaven's testnet within the developer tools you are using:
| Variable | Value |
|---|---|
| Chain ID | |
| Public RPC URLs | |
| Public WSS URLs | |
Block Explorers¶
DataHaven provides dedicated explorers for both its EVM and Substrate layers:
| Explorer | Layer |
|---|---|
| DataHaven Testnet Explorer | Ethereum |
| Basic Explorer | Ethereum |
| Statescan | Substrate |
Funding Testnet Accounts¶
To build on the testnet, you will need MOCK tokens for transaction fees.
| Testnet | Where To Get Tokens From | Amount Dispensed |
|---|---|---|
| DataHaven Testnet | Official Testnet Faucet | The faucet dispenses 1000 MOCK tokens every 12 hours |
How to Get Tokens¶
- Connect your wallet to the faucet.
- Sign a message to authenticate.
- Click Request Tokens.

Testnet MOCK tokens have no market value. Please do not spam the faucet.
MSP Service Endpoint¶
Use this base URL when connecting to an MSP via the StorageHub SDK:
Next Steps¶
| Created: December 18, 2025