connecting-to-base-network

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Connecting to Base Network

连接Base网络

Mainnet

主网

PropertyValue
Network NameBase
Chain ID8453
RPC Endpoint
https://mainnet.base.org
CurrencyETH
Explorerhttps://basescan.org
属性
网络名称Base
链ID8453
RPC端点
https://mainnet.base.org
币种ETH
区块浏览器https://basescan.org

Testnet (Sepolia)

测试网(Sepolia)

PropertyValue
Network NameBase Sepolia
Chain ID84532
RPC Endpoint
https://sepolia.base.org
CurrencyETH
Explorerhttps://sepolia.basescan.org
属性
网络名称Base Sepolia
链ID84532
RPC端点
https://sepolia.base.org
币种ETH
区块浏览器https://sepolia.basescan.org

Security

安全注意事项

  • Never use public RPC endpoints in production — they are rate-limited and offer no privacy guarantees; use a dedicated node provider or self-hosted node
  • Never embed RPC API keys in client-side code — proxy requests through a backend to protect provider credentials
  • Validate chain IDs before signing transactions to prevent cross-chain replay attacks
  • Use HTTPS RPC endpoints only — reject any
    http://
    endpoints to prevent credential interception
  • 生产环境切勿使用公共RPC端点——这类端点存在速率限制,且无法保障隐私;请使用专用节点服务商或自行托管节点
  • 切勿在客户端代码中嵌入RPC API密钥——通过后端代理请求以保护服务商凭证
  • 签名交易前验证链ID——防止跨链重放攻击
  • 仅使用HTTPS RPC端点——拒绝所有
    http://
    端点,避免凭证被拦截

Critical Notes

重要提示

  • Public RPC endpoints are rate-limited - not for production
  • For production: use node providers or run your own node
  • Testnet ETH available from faucets in Base documentation
  • 公共RPC端点存在速率限制——不适用于生产环境
  • 生产环境建议:使用节点服务商或自行运行节点
  • 测试网ETH可从Base文档中的水龙头获取

Wallet Setup

钱包配置步骤

  1. Add network with chain ID and RPC from tables above
  2. For testnet, use Sepolia configuration
  3. Bridge ETH from Ethereum or use faucets
  1. 使用上述表格中的链ID和RPC信息添加网络
  2. 测试网请使用Sepolia配置
  3. 从以太坊跨链转入ETH或通过水龙头获取