From 692f9cb198e307f7e993ab4c26b95bb33402d1ae Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 20 Nov 2020 14:27:24 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08b33bddb6..44c1ef6dc5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ The platform is composed of multiple Rust crates. Top-level executable binary cr * nym-mixnode - shuffles [Sphinx](https://github.com/nymtech/sphinx) packets together to provide privacy against network-level attackers. * nym-client - an executable which you can build into your own applications. Use it for interacting with Nym nodes. +* nym-socks5-client - a Socks5 proxy you can run on your machine, and use with existing applications * nym-gateway - acts sort of like a mailbox for mixnet messages, removing the need for directly delivery to potentially offline or firewalled devices. +* nym-network-monitor - sends packets through the full system to check that they are working as expected, and stores node uptime histories as the basis of a rewards system ("mixmining" or "proof-of-mixing"). +* nym-explorer - a (projected) block explorer and (existing) mixnet viewer. [![Build Status](https://travis-ci.com/nymtech/nym.svg?branch=develop)](https://travis-ci.com/nymtech/nym)