From 03099493aa1bfef7262b0d5f76a690b05c866a6e Mon Sep 17 00:00:00 2001 From: Lorexia Date: Thu, 5 Oct 2023 12:10:40 +0200 Subject: [PATCH] Correct client --- sdk/typescript/docs/pages/FAQ/general.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/typescript/docs/pages/FAQ/general.mdx b/sdk/typescript/docs/pages/FAQ/general.mdx index 6f21d3a020..b0417bdb5f 100644 --- a/sdk/typescript/docs/pages/FAQ/general.mdx +++ b/sdk/typescript/docs/pages/FAQ/general.mdx @@ -11,8 +11,8 @@ If you’re looking to build or ‘Nymify’ existing solutions, read on: For de Stay on this page, the [TS SDK handbook](../) (you are here) for using the TypeScript SDK. These SDKs abstract away much of the messaging and core logic from your app, and allow you to run a Nym client as part of your application process, instead of having to run them separately. In short, they simplify building Nym clients into your project. -###### Nym clients: Websocket, WebAssembly, SOCKS5 -Alternatively, you can also use one of the three Nym clients to connect your application to the mixnet. +###### Standalone Nym clients: Websocket, WebAssembly, SOCKS5 +Alternatively, you can also use one of the three standalone Nym clients to connect your application to the mixnet. These clients do the majority of the heavy-lifting with regards to cryptographic operations and routing under the hood. Essentially, they all do the same thing: create a connection to a gateway, encrypt and decrypt packets sent to and received from the mixnet, and send cover traffic to hide the flow of actual app traffic from observers. You can learn more about the Nym clients in this [Nym integration page](https://nymtech.net/developers/integrations/mixnet-integration.html).