nym-sdk

Crates.ionym-sdk
lib.rsnym-sdk
version1.20.4
created_at2026-01-22 00:02:11.009704+00
updated_at2026-01-22 00:02:11.009704+00
descriptionNym's Rust SDK
homepage
repositoryhttps://github.com/nymtech/nym/sdk/rust/nym-sdk/
max_upload_size
id2060475
size499,470
Core (github:nymtech:core)

documentation

README

Nym Rust SDK

This repo contains several components:

  • mixnet: exposes Nym Client builders and methods. This is useful if you want to interact directly with the Client, or build transport abstractions.
  • tcp_proxy: exposes functionality to set up client/server instances that expose a localhost TcpSocket to read/write to like a 'normal' socket connection. tcp_proxy/bin/ contains standalone nym-proxy-client and nym-proxy-server binaries.
  • clientpool: a configurable pool of ephemeral Nym Clients which can be created as a background process and quickly grabbed.

Documentation can be found here.

Commit count: 10405

cargo fmt