Files
nym/sdk
Tommy Verrall 7c740e94f3 Adding tests to validate some findings
RUST_LOG=info cargo run --example non_active_gateway_test --release
NYM_ENV_PATH=../../../envs/sandbox.env cargo run --example non_active_gateway_test --release
2025-10-22 14:36:54 +02:00
..

Nym SDK

Welcome to the Nym SDK. This is a good starting point for finding resources to build software using Nym components.

The SDK is split into technologies and platforms:

  • Typescript - packages for the Javascript ecosystem leveraging Nym's Typescript and WASM clients. Use these to build browser apps, web apps and mobile apps that can make use of the Nym mixnet and Coconut credentials
  • Rust - crates for Nym platform support to Rust application and libraries.

Coming soon:

  • iOS - native libraries for iOS, that can be used directly or from React Native using wrappers
  • Android - native libraries for iOS, that can be used via JNI or from React Native using wrappers