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.
- 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).
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 |