conflux-scan-rpc
Installation
SKILL.md
Read-Only Conflux eSpace Queries
Help the user inspect Conflux eSpace state and analyze transactions (e.g. why a tx failed or is stuck). Read-only: no wallets, no signing, no sending. Prefer cast when on PATH; otherwise use curl with JSON-RPC.
Safety
READ-ONLY. No private keys, no transaction signing. Safe for analyzing tx failures and chain state in-session.
Networks (eSpace only)
| Network | RPC URL | Chain ID | ConfluxScan API |
|---|---|---|---|
| Mainnet | https://evm.confluxrpc.com | 1030 | https://evmapi.confluxscan.org |
| Testnet | https://evmtestnet.confluxrpc.com | 71 | https://evmapi-testnet.confluxscan.org |
Optional env: export CONFLUX_ESPACE_RPC_URL="https://evmtestnet.confluxrpc.com" (or mainnet). ConfluxScan API key can be used for higher rate limits (see api-endpoints.md).