Skip to main content

1. Connect a Wallet

HyperPaxeer is a standard EVM chain (Chain ID 125). Any Ethereum-compatible wallet works — MetaMask, Rabby, or the native PaxPort Wallet.
PaxPort ships with HyperPaxeer pre-configured — no manual network setup required. Download from paxportwallet.com .
Open your wallet’s network settings and add:

2. Run a Node (Optional)

The hpx 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+.
The installer checks your system, installs dependencies, and launches an interactive setup wizard. After setup:
Each node gets its own Docker Compose stack under /root/hyperpax-nodes/<name>/ with isolated ports that auto-increment.
See Run a Validator for the full operator guide.

3. Deploy a Smart Contract

HyperPaxeer is fully compatible with Solidity tooling. Foundry is the recommended framework.
Store private keys in a .env file and never commit them to version control.

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