conflux-dev
Installation
SKILL.md
Conflux eSpace Development
Conflux eSpace is EVM-compatible. Use standard Solidity, Hardhat, Foundry, Remix; point RPC and block explorer at eSpace. No Conflux-specific compiler flags for eSpace.
When to use
- User wants to build or deploy a dApp on Conflux eSpace
- User needs to verify a contract on ConfluxScan
- User wants to integrate a frontend or wallet with Conflux (ethers, viem, Scaffold Conflux)
Network config
| Network | RPC URL | Chain ID | Explorer |
|---|---|---|---|
| eSpace Mainnet | https://evm.confluxrpc.com | 1030 | https://evm.confluxscan.org |
| eSpace Testnet | https://evmtestnet.confluxrpc.com | 71 | https://evmtestnet.confluxscan.org |
Docs: Developer Quickstart, Hardhat/Foundry deploy. For concepts and official doc links (e.g. Cross-Space, RPC providers) use the conflux-docs skill.