Web3
The `hanzo web3` commands.
Also for this capability: API · CLI · SDKs
The chain-access surface: which chains this deployment can reach, a JSON-RPC endpoint onto each, and the two token reads every wallet UI needs.
hanzo web3 chains listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
chains
| Command | What it does |
|---|---|
hanzo web3 chains get <chain> | Reports one chain and whether its upstream is answering. |
hanzo web3 chains list | Reports the chains this deployment can reach. |
rpc
| Command | What it does |
|---|---|
hanzo web3 rpc add <chain> | Forwards a JSON-RPC call to the named chain and returns its answer unchanged. |
tokens
| Command | What it does |
|---|---|
hanzo web3 tokens chain get <chain> <address> | Reads an address's native balance on a chain. |
How is this guide?