Documentation Index
Fetch the complete documentation index at: https://docs.paxeer.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Connect a Wallet
HyperPaxeer is a standard EVM chain (Chain ID125). Any Ethereum-compatible wallet works — MetaMask, Rabby, or the native PaxPort Wallet.
Manual — MetaMask / Rabby
Manual — MetaMask / Rabby
Open your wallet’s network settings and add:
| Field | Value |
|---|---|
| Network Name | HyperPaxeer |
| RPC URL | https://public-rpc.paxeer.app/rpc |
| Chain ID | 125 |
| Currency Symbol | HPX |
| Block Explorer | https://paxscan.io |
PaxPort Wallet
PaxPort Wallet
PaxPort ships with HyperPaxeer pre-configured — no manual network setup required. Download from paxeer.app/paxport.
2. Run a Node (Optional)
Thehpx CLI deploys Docker-based RPC or Validator nodes with a single command. Minimum requirements: 16 GB RAM, 6 CPU cores, 300 GB disk, Ubuntu 22.04+.
| Command | Purpose |
|---|---|
hpx list | List all registered nodes |
hpx info <name> | Sync status, height, peers |
hpx logs <name> | Stream node logs |
hpx start all / hpx stop all | Bulk lifecycle |
hpx capacity | Show remaining server resources |
3. Deploy a Smart Contract
HyperPaxeer is fully compatible with Solidity tooling. Foundry is the recommended framework.- Foundry
- Hardhat
- Remix
4. Verify on PaxScan
5. Integrate in a Frontend
wagmi-config.ts
Next Steps
Network Configuration
wagmi, viem, ethers.js, and web3.js setup
Smart Contracts
Deployment patterns, verification, and interaction guides
Architecture
Dual-VM design, precompiles, and the x/paxoracle module
JSON-RPC Reference
Test RPC methods against the live network