Nym DocsNetworkNetworkDevelopersDevelopersOperatorsOperatorsAPIsAPIs
GitHubGitHub (opens in a new tab)Network ExplorerMatrix Logo

Network

›

Architecture, cryptographic systems, and how the Mixnet protects your traffic.

gw_e  M1   M2   M3  gw_ex
       ○ ── ○ ── ○
        \  / \  /
  ○ ── ○ ── ○ ── ○ ── ○
        /  \ /  \
       ○ ── ○ ── ○

Developers

›

SDKs, tutorials, and integration guides for building on Nym.

▌let client = MixnetClient::connect_new().await?;

client.send(msg).await;

Operators

›

Set up and maintain mix nodes, gateways, and network infrastructure.

> nym-node run

  mixing: □□□□□□□□□□  0 pkts

APIs

›

Interactive specs for querying Nym infrastructure.

GET /v1/mixnodes/active

{ "count": 498,
  "nodes": [ ... ] }

Libraries

Rust and TypeScript libraries for Mixnet integration.

Rust SDK

Async Mixnet client with AsyncRead/AsyncWrite streams over the Mixnet.

›
smolmix

TCP/UDP tunnel over the Mixnet. Userspace smoltcp stack exposing AsyncRead/AsyncWrite TcpStream and UdpSocket types.

›
TypeScript SDK

Browser-side Mixnet Client for raw messaging via WebSocket, plus Nyx smart contract bindings.

›
mix-fetch

fetch()-compatible API that routes HTTP(S) requests through the Mixnet. Browsers and Node.js.

›
GitHubMatrixnym.com

MIT 2026 © Nextra.