Skip to content

Storage Starter Kit

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 familiar Ethereum RPCs, 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 DataHaven. You'll also find links to additional resources such as token faucets and block explorers.

DataHaven Networks

To start building on DataHaven, check out the list of currently available DataHaven networks:

Network Network Type Native Asset Symbol Native Asset Decimals
DataHaven Testnet Testnet MOCK 18
DataHaven Local Devnet Local Devnet SH 18

Network Configurations

To interact with the network, use the following information to configure DataHaven within the developer tools you are using:

Variable Value
Chain ID
55931
Public RPC URLs
https://services.datahaven-testnet.network/testnet
Public WSS URLs
wss://services.datahaven-testnet.network/testnet
Variable Value
Chain ID
181222
Public RPC URLs
http://127.0.0.1:9666
Public WSS URLs
wss://127.0.0.1:9666

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 begin building on a DataHaven test network, you'll need to obtain MOCK tokens to cover transaction fees and interact with the network. These tokens are distributed freely for testing and development purposes only.

Testnet Where To Get Tokens From Amount Dispensed
DataHaven Testnet Official Testnet Faucet The faucet dispenses 1000 MOCK tokens every 12 hours

TestNet HAVE tokens have no market value. Please do not spam the faucet with unnecessary requests.

Pre-Funded Local Devnet Accounts

Your local DataHaven devnet automatically includes several pre-funded test accounts. These accounts can be imported into MetaMask or used directly in your scripts to sign transactions, issue storage requests, and deploy contracts. Each account starts with a large test balance and is reset every time you restart the devnet.

Account Name EVM Address Private Key
Alith
0xf24FF3a9CF04c71Dbc94D0b566f7A27B94566cac
0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133
Baltathar
0x3Cd0A705a2DC65e5b1E1205896BaA2be8A07c6e0
0x8075991ce870b93a8870eca0c0f91913d12f47948ca0fd25b49c6fa7cdbeee8b
Charleth
0x798d4Ba9baf0064Ec19eB4F0a1a45785ae9D6DFc
0x0b6e18cafb6ed99687ec547bd28139cafdd2bffe70e6b688025de6b445aa5c5b
Dorothy
0x773539d4Ac0e786233D90A233654ccEE26a613D9
0x39539ab1876910bbf3a223d84a29e28f1cb4e2e456503e7e91ed39b2e7223d68
Ethan
0xFf64d3F6efE2317EE2807d223a0Bdc4c0c49dfDB
0x7dce9bc8babb68fec1409be38c8e1a52650206a7ed90ff956ae8a6d15eeaaef4
Faith
0xC0F0f4ab324C46e55D02D0033343B4Be8A55532d
0xb9d2ea9a615f3165812e8d44de0d24da9bbd164b65c4f0573e1ce2c8dbd9c8df
Goliath
0x7BF369283338E12C90514468aa3868A551AB2929
0x96b8a38e12e1a31dee1eab2fffdf9d9990045f5b37e44d8cc27766ef294acf18

Note

These keys are for local development only and should never be used on public networks. Every time you start the local devnet, all balances and states are reset.

MSP Service Endpoints

To interact with a Main Storage Provider (MSP) through @storagehub-sdk/msp-client, a service endpoint is required. You can use any of the following MSP base URLs as an endpoint for storing and retrieving your files:

Network Endpoint
DataHaven Testnet
https://deo-dh-backend.testnet.datahaven-infra.network/
DataHaven Local Devnet
http://127.0.0.1:8080/

Next Steps

Last update: November 11, 2025
| Created: October 28, 2025