Hemi
DiscordGithub
  • 🏠Main
    • Welcome to the Hemi Docs
    • Getting Started
      • Developer Quickstart
      • Enthusiast Quickstart
      • Miner Quickstart
    • Network Details
  • ⛰️Foundational Topics
    • The Architecture
      • Consensus and Security Protocols
      • Ethereum Rollups
        • Pros & Cons
        • Decentralized Rollups
      • Sequencer Consensus
        • Proof-of-Stake (PoS)
        • PoS-Only Pitfalls
        • PoS Solutions
      • Proof-of-Proof (PoP)
        • Proof-of-Proof Consensus & Bitcoin Finality
        • Proof-of-Proof vs. Merged Mining
        • Running a PoP Mining
      • Tunnels
        • Ethereum Tunnel
        • Bitcoin Tunnel
      • Ethereum Virtual Machine (EVM)
      • Blocks
      • Transactions
      • Gas
    • Nodes & Clients
      • Node Guides
    • Wallet Support
  • 📖How-To Tutorials
    • Using Hemi
      • Wallet Setup
        • EVM Wallet Setup
        • BTC Wallet Setup
          • Switch Bitcoin Networks
      • Tunnel from Ethereum
        • Tunnel ERC20s via Native Tunnel
        • Tunnel ERC20s via 3rd Party
          • Tunnel via Stargate
      • Tunnel from Bitcoin
        • Tunnel BTC via Native Tunnel
        • Tunnel BTC via 3rd Party
      • Stake
      • Developer Tooling
        • Set Up a Safe Wallet
        • Create a Capsule
      • PoP Mining
        • CLI PoP Miner
          • (Testnet) Add tHEMI to MetaMask
          • (Mainnet) Add PoPPoints to Metamask
        • Web PoP Miner (deprecated)
    • Developing on Hemi
      • General
        • HelloWorld.sol
        • Deploy an ERC-20 Token
      • hVM & hBK
        • Using the hBK Demo App
        • Get Bitcoin Balance with Remix
  • ⚙️Building Bitcoin Apps
    • Introduction
    • Hemi Virtual Machine (hVM)
      • Motivation
      • Feature Summary
      • Deploy on hVM
    • Hemi Bitcoin Kit (hBK)
      • Overview
      • hBK Smart Contract
  • ⚙️Tooling
    • viem
    • Contract Addresses
    • Contract Verification
    • Data Indexing
    • Oracles
  • 📝Incentives
    • Points
    • Grants
    • Retroactive Funding
    • One-Off Spends
  • ⚡Additional Resources
    • Partners
    • FAQ
    • Official Links
    • Brand Kit
  • 📨Send Feedback
    • Bug Report
    • Contact Us
Powered by GitBook
On this page
  • Hemi Mainnet
  • Additional Mainnet Public RPC Endpoints
  • Code Snippets
  • Hemi Testnet
  • Additional Testnet Public RPC Endpoints
  • Code Snippets

Was this helpful?

Edit on GitHub
Export as PDF
  1. Main

Network Details

PreviousMiner QuickstartNextThe Architecture

Last updated 3 months ago

Was this helpful?

Hemi Mainnet

Gas Token/Currency Symbol

ETH

ChainID

43111

RPC API endpoint

Explorer

Additional Mainnet Public RPC Endpoints

  • BFG (for PoP Mining): wss://rpc.hemi.network/v1/ws/public

  • Explorer:

  • Explorer documentation:

Code Snippets

Example HTTP request:

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

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

Hemi Testnet

Gas Token/Currency Symbol

ETH

ChainID

743111

RPC API endpoint

Explorer

Additional Testnet Public RPC Endpoints

  • BFG (for PoP Miner): 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"}

Explorer:

Explorer documentation:

🏠
https://explorer.hemi.xyz/api/v2/
https://explorer.hemi.xyz/api-docs
https://testnet.explorer.hemi.xyz/api/v2/
https://testnet.explorer.hemi.xyz/api-docs
https://rpc.hemi.network/rpc
https://explorer.hemi.xyz
https://testnet.rpc.hemi.network/rpc
https://testnet.explorer.hemi.xyz