Network
AQNX
Type
Testnet Node
Active Since
Testnet Live
Operator
Pvara
About
What is AQNX?
AQNX (formerly QAN Platform) is a quantum-resistant smart contract platform that enables developers to write contracts in any programming language. Pvara operates a full node on the AQNX testnet backed by container orchestration and a complete Grafana + Prometheus observability stack. Node health metrics, block production cadence, and peer connectivity are all visualised in real time on our monitoring dashboard.
Value Add
How PVARA is different
PVARA provides enterprise-grade observability by enhancing the default node stack with comprehensive telemetry, custom Grafana health monitoring, and instant automated alerting pipelines.
Deployment Progress
Infrastructure Phases
Node Deployment
CompleteAQNX containerized node live and synced.
100% complete
Grafana Dashboard
CompleteFull observability stack with 15+ custom panels live.
100% complete
Alert Rules
CompletePagerDuty & Telegram alerts configured for critical events.
100% complete
Log Aggregation
In ProgressLoki integration being finalised for long-term log retention.
55% complete
Mainnet Readiness
PendingWaiting for AQNX mainnet announcement.
Prerequisites
Server Requirements
CPU
4 Core
RAM
8 GB DDR4
Storage
200 GB NVMe SSD
OS
Ubuntu 22.04 LTS
Network
100 Mbps symmetric
Node Setup
Follow these steps in order to deploy your node.
Network configuration
Network Name: QAN TestNet RPC URL: https://rpc-testnet.qanplatform.com Chain ID: 1121 Currency Symbol: QANX Block Explorer: https://testnet.qanscan.com
Step 1 — Pull the QAN XLink Docker image
docker pull qanplatform/xlink:testnet
Step 2 — Run the XLink container (single wallet)
docker run -d --name=xlink-testnet --restart=always --volume=xlink-testnet:/xlink qanplatform/xlink:testnet
Step 3 (optional) — Run multiple wallets simultaneously
# Wallet A docker run -d --name=xlink-wallet-a --restart=always --volume=xlink-wallet-a:/xlink qanplatform/xlink:testnet # Wallet B docker run -d --name=xlink-wallet-b --restart=always --volume=xlink-wallet-b:/xlink qanplatform/xlink:testnet
Step 4 (optional) — Use a custom mnemonic file
# Wallet A with custom mnemonic: docker run -d --name=xlink-wallet-a --restart=always -v /path/to/mnemonic-a.txt:/xlink/mnemonic.txt qanplatform/xlink:testnet # Override mnemonic path via env variable: docker run -d --name=xlink-wallet-b --restart=always -v my-volume:/xlink -e QAN_MNEMO=/xlink/wallet-b.txt qanplatform/xlink:testnet
Monitoring & Health Checks
Keep your node healthy with these commands.
View live XLink node logs
docker logs -f xlink-testnet
View logs for a specific wallet container
# Wallet A: docker logs -f xlink-wallet-a # Wallet B: docker logs -f xlink-wallet-b
Check container status
docker ps --filter name=xlink
Troubleshooting
Common issues and how to resolve them.
Container stopped / not running
# Check exit reason: docker logs xlink-testnet --tail=30 # Restart container: docker restart xlink-testnet
Pull latest image and recreate
docker pull qanplatform/xlink:testnet docker stop xlink-testnet && docker rm xlink-testnet docker run -d --name=xlink-testnet --restart=always --volume=xlink-testnet:/xlink qanplatform/xlink:testnet
Retrieve auto-generated mnemonic
docker logs xlink-testnet 2>&1 | grep -i mnemonic
Resources
Official Links
Operated by Pvara
