12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
import { Callout } from 'nextra/components'
|
||
|
||
# Mixnet Module
|
||
|
||
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.
|
||
|
||
<Callout type="info" emoji="ℹ️">
|
||
|
||
For developers wanting something more 'plug and play' we recommend the [`TcpProxy` module](./tcpproxy).
|
||
|
||
</Callout>
|