Skip to content

Commit

Permalink
removed old todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Jan 14, 2025
1 parent 0a47d5d commit eea8ee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/pages/network/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Core components:
* A **Mixnet**, which mixes Sphinx packet traffic so that it cannot be determined who is communicating with whom. Our mixnet is based on a modified version of the [**Loopix** design](concepts/loopix). This is made up of [Nym nodes](architecture/mixnet/nodes) runnning on servers around the world maintained by a decentralised group of Operators.
* Various [**Nym clients**](architecture/mixnet/clients) which manage sending and receiving Sphinx packets, encrypting/decrypting traffic, and providing [cover traffic](./concepts/cover-traffic) to hide 'real' traffic timing.
* A CosmWasm-enabled blockchain called [**Nyx**](architecture/nyx), the home of the various smart contracts used by the mixnet. A subset of Nyx Validators run [NymAPI]() TODO LINK instances, taking part in also producing and verifying [zk-nym credentials](cryptography/zk-nym).
* A CosmWasm-enabled blockchain called [**Nyx**](architecture/nyx), the home of the various smart contracts used by the mixnet. A subset of Nyx Validators run [NymAPI](./architecture/nyx#nymapi) instances, taking part in also producing and verifying [zk-nym credentials](cryptography/zk-nym).

![arch_overview](/images/network/arch/overall-arch.png)
3 changes: 0 additions & 3 deletions documentation/docs/pages/network/architecture/mixnet.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Callout } from 'nextra/components'

// TODO REDIRECTS FROM PREVIOUS PAGES TO THESE NEW SUBSECTIONS


# Mixnet Components

## Nym Nodes
Expand Down

0 comments on commit eea8ee5

Please sign in to comment.