Skip to content

hisoka-io/nox-demo

Repository files navigation

Nox Demo Example

A private web3 explorer powered by the Nox mixnet. Your queries route through 3 encrypted hops, so no RPC provider sees your IP.

Features

  • Wallet portfolio with ETH and ERC-20 balances
  • Transaction lookup and contract reader (ABIs auto-fetched)
  • Broadcast pre-signed transactions through the mixnet
  • Live visualization of packets routing through the network
  • Multichain: Arbitrum Sepolia, Ethereum, Arbitrum, Base, Optimism

The exit node fetches the data; it never sees who asked.

Development

pnpm install
pnpm dev

How It Works

┌─────────┐   ┌───────┐   ┌─────┐   ┌──────┐   ┌──────────────┐
│ Browser │──▶│ Entry │──▶│ Mix │──▶│ Exit │──▶│ Blockscout / │
└─────────┘   └───────┘   └─────┘   └──────┘   │     RPC      │
     ▲                                         └──────┬───────┘
     └──────────────── SURB return path ──────────────┘

@hisoka-io/nox-client handles packet construction, 3-hop routing, SURB decryption, and fragment reassembly. Sphinx crypto runs in-browser via WASM.

Network Chain Seed
Live NOX testnet Arbitrum Sepolia https://api.hisoka.io/seed/topology

License

MIT

About

Demo for Private Ethereum RPC via the Nox mixnet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors