AVAX Toolkit
What is this?
A web-based toolkit for interacting with the Avalanche network. Explore C-Chain data, verify contracts, check validator status, manage wallets, inspect L1s — all through direct JSON-RPC calls to your node. No middlemen, no external APIs.
Privacy & Security
Runs entirely on your local machine. No data is ever sent to external servers. All RPC calls go directly from your browser to the configured node endpoint. No backend. No telemetry. No tracking. Your keys and addresses never leave your machine.
Getting Started
Clone, install, run. Three commands and you're in.
Open http://localhost:3000 and configure your RPC endpoint in Settings.
Connecting to a Remote Validator
Validator on a remote server? Use an SSH tunnel to forward the RPC port locally. No need to expose port 9650 to the internet.
Set your endpoint to http://localhost:9650 in Settings. All traffic flows through the encrypted SSH tunnel directly to your validator.
How It Works
Makes JSON-RPC calls directly from the browser to Avalanche node APIs — Platform (P-Chain), Contract (C-Chain), and AVM (X-Chain). No intermediary server, no proxy.
Built as a static Next.js application. Once built, serve it from any static file server or run locally with pnpm dev.
Open Source
Fully open source. View the code, report issues, contribute.
github.com/arminreiter/avaxtoolkit↗