Documentation
Everything you need to build on Aurex.
This documentation hub is written for production teams: reliable endpoints, deterministic execution behavior, and operational expectations.
rocket_launch
Quickstart
Connect, deploy, transact
public
01
Choose a network
Start with testnet for integration, then graduate to mainnet when you’ve validated deterministic behavior.
dns
02
Get RPC access
Use the RPC endpoints below and configure your tooling for stable timeouts and retry policies.
terminal
03
Deploy a deterministic contract
Ship a minimal contract and verify state transitions are reproducible across environments.
hub
Endpoints
RPC directory
scienceTestnet RPC
stable
https://rpc-testnet.aurex.systems
publicMainnet RPC
rolling
https://rpc.aurex.systems
travel_exploreExplorer
in progress
https://explorer.aurex.systems
These URLs are placeholders for the static website. You can replace them with your real endpoints when ready.
description
Contracts
Deterministic execution guidelines
Write contracts that prefer explicit state transitions, avoid ambiguous branching, and produce clear receipts for auditing and reconciliation.
monitoring
Operations
Monitoring & reliability
Treat the chain like critical infrastructure. Design for retries, idempotency, and operational alerts with clear failure modes.