Get a Paxeer development environment running in minutes. Standard EVM tooling against Chain ID 125, plus the Agent SDK.
npm install -g hardhat
curl -L https://foundry.paradigm.xyz | bash && foundryupnpx create-pax-app@latest my-agent// hardhat.config.ts
networks: {
paxeer: {
url: 'https://public-rpc.paxeer.app/rpc',
chainId: 125
}
}npx hardhat run scripts/deploy.ts --network paxeernpm install @paxeer/sdk
# or for Python
pip install paxeerFast testing framework and CLI toolkit. The default for new Paxeer projects.
Mature TypeScript-first development environment for compiling, testing, and deploying.
Browser-based IDE point it at Chain ID 125 for quick prototyping.
All standard JS/TS Ethereum tooling works against Paxeer's EVM layer.
TypeScript SDK with first-class wallet, payments, registry, and reputation primitives.
Python SDK for agent frameworks. Same primitives, idiomatic Python.
Join Discord for developer support, or open the docs for the full SDK reference.
const network = "Paxeer";