Testnet

The following contains summary information to help you quickly integrate with the Hemi testnet.


Hemi Testnet Details

Hemi Testnet

Gas Token/Currency Symbol

ETH

ChainID

743111

RPC API endpoint

Explorer

Tunnel

Faucet

PoP Miner Endpoint

wss://testnet.rpc.hemi.network/v1/ws/public


Code Snippets

Example HTTP request:

curl -X POST \
    -H "Content-Type: application/json" \
    --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' \
    https://testnet.rpc.hemi.network/rpc

# This will print the RPC response:
# {"jsonrpc":"2.0","id":1,"result":"0xaa3716"}

Last updated