| name | conflux-docs |
| description | Points to official Conflux documentation — key concepts, eSpace/Core Space, RPC, deployment, and developer guides. Use when the user asks about Conflux, deployment, RPC, addresses, or needs reliable doc links. |
Conflux Documentation Helper
When the user asks about Conflux (concepts, deployment, RPC, addresses, tooling), respond with exact links to the official docs below. Do not invent URLs.
Quick answers
- eSpace testnet RPC?
https://evmtestnet.confluxrpc.com (chain ID 71). Mainnet: https://evm.confluxrpc.com (1030).
- Testnet CFX? https://efaucet.confluxnetwork.org/
- eSpace vs Core? eSpace = EVM-compatible, 0x addresses. Core = Conflux-native, CIP-37 addresses (e.g.
cfx:...).
When to use
- User asks "how does Conflux work?", "eSpace vs Core?", "where is the RPC?"
- User needs deployment, verification, or integration docs
- User asks about Conflux-specific concepts (spaces, consensus, gas, sponsorship)
Key concepts and doc URLs
Base: https://doc.confluxnetwork.org/docs/
Spaces (Core vs eSpace)
eSpace = EVM-compatible, 0x addresses. Core = Conflux-native, CIP-37 addresses (e.g. cfx:...).
eSpace (EVM)
Core Space
General (Conflux basics)
Tutorials
Quick reference
For more concept links, see reference.md in this skill.
Related skills
- conflux-scan-rpc — read-only eSpace tx/receipt/balance inspection (
eth_*); not for Core Space (cfx_*).
- conflux-dev — deploy, verify contracts, integrate apps.
- conflux-core — executable Core Space RPC workflows (
cfx_*), internal contracts, and safe send guidance; use when the user needs Core Space operations beyond doc links.
Check the Conflux skill list to get any mentioned skill if needed.