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