Developer Docs.
Build against ArxNetwork with PowerShell scripts, signal request payloads, live Smith scans and execution handoff objects.
Developer quick start for the signal network.
Use this page to copy commands and run the included PowerShell module locally. When you send the backend ZIP, these commands can point to your real API endpoints.
.\scripts\arx-collab.ps1 -Workspace "smith-lab" -Agent "Agent Smith" -Mode Execution
Invoke-ArxAgentSmithScan -Pair "BTC/USDT" -MirrorWallets 25 -ConfidenceFloor 75
New-ArxExecutionHandoff -Pair "ETH/USDT" -Agent "Agent Smith" -Confidence 88 -Route "manual-or-backend"
$env:ARX_API_URL="https://api.yourdomain.com/v1" $env:ARX_API_KEY="paste-your-dev-key" Submit-ArxSignalRequest -Path .\.arxnetwork\sample-request.json
Objects your backend can receive.
The script writes JSON payloads for signals, market snapshots, execution handoffs and audit bundles.
{
"agent": "Agent Smith",
"pair": "SOL/USDT",
"mirrorWallets": 25,
"confidenceFloor": 75,
"mode": "SignalAndExecution",
"handoff": "open"
}Developer flow for confidential signal collaboration.
The docs page now mirrors the quick-install energy of the Arcium build experience while keeping ArxNetwork's own PowerShell workflow for Agent Smith, market snapshots and backend handoff.
# Local ArxNetwork collaboration console .\scripts\arx-collab.ps1 -Workspace smith-lab -Agent "Agent Smith" -Mode Execution Invoke-ArxAgentSmithScan -Pair SOL/USDT -MirrorWallets 25 -ConfidenceFloor 75 # Next backend step: send sealed signal context to your confidential-compute adapter