From 8a520df06489a2ec8de33c4c1a7c83a8136c604d Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 9 Feb 2026 14:23:45 +0000 Subject: [PATCH] Update Readme with c->c note, no mixnet-as-proxy yet --- wasm/libp2p-nym/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wasm/libp2p-nym/README.md b/wasm/libp2p-nym/README.md index 7f18f421c9..0c90302461 100644 --- a/wasm/libp2p-nym/README.md +++ b/wasm/libp2p-nym/README.md @@ -2,6 +2,8 @@ This crate provides a libp2p `Transport` implementation that uses the Nym mixnet for p2p communication in browser environments. +This **implements Nym Client -> Nym Client communication** - using the Mixnet as a 'proxy' (allowing for client-only modifications, and e.g. using existing `/tcp/` multiaddrs for bootnodes and addressing) is not yet available. + ## Features - libp2p `Transport` trait implementation