Developer Integration Guide

Everything you need to integrate with AndeChain Testnet

Network Information
Essential connection details for AndeChain
Network NameAndeChain Testnet
Chain ID
6174
SymbolANDE
Block Time2s
ConsensusEvolve Sequencer
Data AvailabilityCelestia Mocha-4
Execution LayerEV-Reth (Modified Reth)
RPC Endpoints
HTTP
http://189.28.81.202:8545
WebSocket
ws://189.28.81.202:8546
Unique Features
Token Duality (Native + ERC20)
Parallel EVM Execution
MEV Detection & Capture
Adaptive Lazy Mode (1s/5s blocks)
Celestia DA Integration
🚀 Quick Start Guide
Get started with AndeChain in 3 simple steps
1

Add Network to MetaMask

Click the button above or manually add the network with these details:

{
  "chainId": 6174,
  "chainName": "AndeChain Testnet",
  "rpcUrls": [
    "http://189.28.81.202:8545"
  ],
  "nativeCurrency": {
    "name": "ANDE",
    "symbol": "ANDE",
    "decimals": 18
  },
  "blockExplorerUrls": [
    "http://189.28.81.202:4000"
  ]
}
2

Get Testnet ANDE

Request testnet tokens from our faucet:

Open Faucet
3

Start Building

Deploy your first contract or interact with the chain. Check the other tabs for code examples.

Advanced Features

Token Duality

ANDE exists as both native gas token and ERC20. Precompile at 0x...00FD

Parallel EVM

16x concurrent transaction execution with automatic conflict detection

MEV Integration

Built-in MEV detection and equitable distribution to stakers