connecting-to-base-network
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseConnecting to Base Network
连接Base网络
Mainnet
主网
| Property | Value |
|---|---|
| Network Name | Base |
| Chain ID | 8453 |
| RPC Endpoint | |
| Currency | ETH |
| Explorer | https://basescan.org |
| 属性 | 值 |
|---|---|
| 网络名称 | Base |
| 链ID | 8453 |
| RPC端点 | |
| 币种 | ETH |
| 区块浏览器 | https://basescan.org |
Testnet (Sepolia)
测试网(Sepolia)
| Property | Value |
|---|---|
| Network Name | Base Sepolia |
| Chain ID | 84532 |
| RPC Endpoint | |
| Currency | ETH |
| Explorer | https://sepolia.basescan.org |
| 属性 | 值 |
|---|---|
| 网络名称 | Base Sepolia |
| 链ID | 84532 |
| RPC端点 | |
| 币种 | 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 endpoints to prevent credential interception
http://
- 生产环境切勿使用公共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
钱包配置步骤
- Add network with chain ID and RPC from tables above
- For testnet, use Sepolia configuration
- Bridge ETH from Ethereum or use faucets
- 使用上述表格中的链ID和RPC信息添加网络
- 测试网请使用Sepolia配置
- 从以太坊跨链转入ETH或通过水龙头获取