Guides
Getting started
From first contact to a production-ready endpoint on your own dedicated node.
1. Tell us what you need
Use Send Request on the site or in the app configurator. Specify the network (or several), node type (full, archive, testnet where available), and expected load — trading bots, indexing, DApp backend, and so on.
or browse the chain list to see supported networks.
2. We scope and deploy
Our team confirms hardware, region (Tokyo, Europe, or both), sync mode, and timeline. We deploy the official chain client, sync the node, and run health checks before handover.
3. You receive private access
After deployment, credentials and URLs appear in the Azxa app — HTTP(S) JSON-RPC and WebSocket where the chain supports it. These endpoints are reserved for your infrastructure, not a shared public gateway.
4. Integrate and verify
Point your stack at the assigned URL. For EVM chains, call eth_chainId and compare with the network docs for your chain. See Connecting to your node for details.