Architecture, cryptographic systems, and how the Mixnet protects your traffic.
gw_e M1 M2 M3 gw_ex
○ ── ○ ── ○
\ / \ /
○ ── ○ ── ○ ── ○ ── ○
/ \ / \
○ ── ○ ── ○SDKs, tutorials, and integration guides for building on Nym.
▌let client = MixnetClient::connect_new().await?; client.send(msg).await;
Set up and maintain mix nodes, gateways, and network infrastructure.
> nym-node run mixing: □□□□□□□□□□ 0 pkts
Interactive specs for querying Nym infrastructure.
GET /v1/mixnodes/active
{ "count": 498,
"nodes": [ ... ] }fetch()-compatible HTTP(S) requests through the Mixnet.
The shared tunnel that mix-fetch, mix-dns and mix-websocket ride on.
UDP DNS resolution through the Mixnet.
ws and wss connections through the Mixnet.
Raw Mixnet messaging via WebSocket, plus Nyx smart contract bindings.