Files
nym/documentation/docs/src/sdk/rust/examples/socks.md
T
2023-11-02 10:25:10 +01:00

437 B

Socks Proxy

There is also the option to embed the socks5-client into your app code (examples/socks5.rs):

If you are looking at implementing Nym as a transport layer for a crypto wallet or desktop app, this is probably the best place to start if they can speak SOCKS5, 4a, or 4.
{{#include ../../../../../../sdk/rust/nym-sdk/examples/socks5.rs}}