--- title: "Nym Developer Tools: CLI, Diagnostics & TcpProxy" description: "Overview of Nym developer tools including nym-cli for blockchain interaction, diagnostic tool for troubleshooting, and standalone TcpProxy binary downloads." schemaType: "TechArticle" section: "Developers" lastUpdated: "2026-02-01" --- # Tools Standalone binaries for development and testing that don't require an SDK. Download or compile them and use them directly. | Tool | Use case | |---|---| | [nym-cli](./tools/nym-cli) | Command-line interface for interacting with the Nyx blockchain: querying state, submitting transactions, managing keys. An easier-to-use wrapper around `nyxd`. | | [Diagnostic Tool](./tools/diagnostic-tool) | Network diagnostic utility for troubleshooting connectivity issues. | | [Standalone TcpProxy](./tools/standalone-tcpproxy) | Pre-built binaries of the TcpProxy client and server for proxying TCP traffic through the Mixnet. The TcpProxy module is unmaintained; use the [Stream module](./rust/stream) for new projects. |