Skip to main content

Network Information

Complete technical reference for connecting to and building on TeQoin L2.
Quick Reference:

🌐 Network Configuration

Mainnet

Testnet


📡 RPC Endpoints

HTTP RPC

WebSocket RPC

Rate Limits

Need Higher Limits? Contact us at support@teqoin.io for dedicated endpoints.

🔗 API Endpoints

Indexer API

Base URL: https://api.teqoin.io/api/v1
Example Usage:
Full API Reference →

🔍 Block Explorer

Mainnet Explorer

URL: https://explorer.teqoin.io Features:
  • View transactions and blocks
  • Search by address, TX hash, or block number
  • Contract verification
  • Token tracking
  • Analytics and statistics

Testnet Explorer

URL: https://testnet-blockscan.teqoin.io

⚙️ Network Parameters

Core Parameters

Block Parameters

Transaction Parameters

EVM Version


🔑 Contract Addresses

Bridge Contracts

System Contracts

View all contract ABIs →

🛠️ Development Tools

Supported Tools

Hardhat

✅ Full supportStandard Ethereum plugin works

Foundry

✅ Full supportUse forge and cast normally

Remix

✅ Full supportSelect “Injected Provider”

Truffle

✅ Full supportConfigure network in truffle-config.js

Brownie

✅ Full supportAdd network to networks.yaml

Waffle

✅ Full supportUse with Ethers.js provider

Hardhat Configuration

hardhat.config.js

Foundry Configuration

foundry.toml

📊 Network Statistics (Live)

Chain ID

420377(0x66B69)

Block Time

5 secondsFast finality

TPS

1000+High throughput

Uptime

99.9%Reliable network

🔌 WebSocket Events

Subscribe to real-time blockchain events.

🧪 Testing & Faucets

Testnet Faucet

Get free testnet ETH for development: URL: https://faucet.teqoin.io Limits:
  • 0.5 ETH per request
  • 1 request per 24 hours
  • Free and instant
Faucet Documentation →

Local Development

Run a local TeQoin node for testing:
Run Node Tutorial →

🔐 Security Best Practices

Never Commit Private KeysAlways use environment variables for private keys:
Use .env files and add them to .gitignore
Use Testnet FirstAlways develop and test on testnet before deploying to mainnet:
  1. Deploy to testnet
  2. Test thoroughly
  3. Audit if needed
  4. Deploy to mainnet

📚 Additional Resources

Deploy Contract

Deploy your first smart contract

Integration Guide

Integrate TeQoin into your dApp

Smart Contracts

Write contracts for TeQoin

API Reference

Complete API documentation

💬 Get Help

Discord

Developer chat

GitHub

Report issues

Documentation

Browse docs

Ready to deploy? Continue to Deploy Your First Contract