d07f9c8fad
* rework of sdk docs * update integration docs + bit of overall restructure * remove debug logger from tool
7 lines
391 B
Plaintext
7 lines
391 B
Plaintext
# Mixnet Module
|
|
import { Callout } from 'nextra/components';
|
|
|
|
This module exposes the logic of creating and interacting with clients and Mixnet messages. This is recommended for those wanting to either start playing around with the Mixnet and how it works, or build connection logic.
|
|
|
|
> For developers wanting something more 'plug and play' we recommend the [`TcpProxy` module](./tcpproxy).
|