Deployments
Live contract addresses and network info for the NOX protocol.
Testnet
Arbitrum SepoliaChain 421614
| NoxRegistry | 0x8626aF80db409BeD3C19871FAdf9b0Ce7Aa641Bc |
Seed nodes
The SDK resolves seed nodes automatically via DNS (seed.nox.hisoka.io). You can also pass explicit seeds:
const client = await NoxClient.connect({
seeds: ["https://seed.nox.hisoka.io"],
});
On-chain verification
To verify the topology against the NoxRegistry contract:
const client = await NoxClient.connect({
ethRpcUrl: "https://arb-sepolia.g.alchemy.com/v2/YOUR_KEY",
registryAddress: "0x8626aF80db409BeD3C19871FAdf9b0Ce7Aa641Bc",
});
Network map
See live node status at map.hisoka.io.