Skip to content
Paxeer Network

Developer tooling

SDKs & tools

All standard Ethereum tools work with Paxeer. This hub highlights the stacks we recommend for frontends, contracts, testing, and wallets—plus where to find deeper documentation.

Frontend

wagmi

React hooks for Ethereum. Ideal for wallet connection, contract reads/writes, and handling sessions in Paxeer dApps.

npm install wagmi viem@2.x @tanstack/react-query
wagmi documentation →

Frontend

viem

Type‑safe, modern TypeScript client for Paxeer RPC. Great for libraries, backends, and headless services.

npm install viem
viem documentation →

Contracts

Hardhat

Full Ethereum dev environment for compiling, testing, deploying, and verifying contracts on Paxeer.

npm install --save-dev hardhat
Hardhat docs →

Contracts

Foundry

Blazing‑fast, Rust‑based toolkit for Solidity development, testing, and deployment on Paxeer.

curl -L https://foundry.paradigm.xyz | bash
foundryup
Foundry docs →

Browser IDE

Remix

Online Solidity IDE for quick prototyping and deployments via MetaMask on Paxeer.

Open Remix →

JavaScript

ethers.js v6

General‑purpose Ethereum library for reading chain state, sending transactions, and interacting with contracts on Paxeer.

npm install ethers@6

JavaScript

web3.js v4

Classic Ethereum JavaScript API for interacting with Paxeer from Node or browser contexts.

npm install web3@4
import Web3 from 'web3';

const web3 = new Web3('https://public-rpc.paxeer.app/rpc');
const balance = await web3.eth.getBalance('0x...');
console.log(web3.utils.fromWei(balance, 'ether'));

Testing

Mocha, Forge, Hardhat Network

Use Mocha/Chai with Hardhat or Foundry's Forge to build a solid test harness before you deploy to Paxeer mainnet.

npm install --save-dev mocha chai

Explorer

PaxeerScan

Official block explorer for Paxeer: inspect transactions, verify contracts, and access explorer APIs.

Open PaxeerScan →

Wallets

MetaMask & WalletConnect

Connect Paxeer to MetaMask or WalletConnect using the snippets in the docs tools page.

View wallet examples →

Smart contracts

OpenZeppelin & Solidity

Use OpenZeppelin libraries and the latest Solidity compiler to ship audited‑grade contracts.

Smart contract tooling →

More tools

TypeChain, The Graph, IPFS

Explore additional tooling like TypeChain, The Graph, and IPFS for typed contracts, indexing, and storage.

Additional resources →

Explore how Paxeer, ChainFlow, and Sidiora fit into your stack. Discuss architecture, integrations, and capital programs with the team behind the network.