References
This section is the single source of truth for machine-readable information about XPHERE. If you are integrating XPHERE into a wallet, indexer, SDK, or backend service, start here.
Network Parameters
- Network Info — Chain IDs, native token, RPC endpoints, explorer URLs, block time.
- Gas and Transaction Fees — Measured costs for transfers, ERC-20 calls, and deployment; gas price bounds.
- Public RPC Endpoints — Free public JSON-RPC providers with rate limits.
Protocol APIs
- JSON-RPC Reference — Ethereum-compatible
eth_*andnet_*methods. - XPHERE-Specific RPC —
xp_*namespace methods unique to XPHERE (Council, Committee, dual-chain state).
Indexed Data
- Explorer API — XPScan's REST API for indexed data: supply, rankings, daily aggregates, token lists, search.
Client Libraries
- JavaScript API — ethers.js, web3.js, viem usage with XPHERE.
Specifications (External)
- Whitepaper — Dual-chain architecture, consensus, economic model.
- xpHash Algorithm — Proof Chain PoW specification and fork activation.
- GitHub — Reference client source code.
For Different Audiences
| If you are… | Start here |
|---|---|
| A dApp frontend developer | JavaScript API + Wallet Setup |
| A smart-contract engineer | Smart Contracts + EVM Compatibility |
| An infra/RPC operator | Public Endpoints + Endpoint Node |
| A miner | Mining Getting Started + xpHash Fork |
| A researcher | Whitepaper + XPHERE-specific RPC |