88d813b9c1
* Defined OptionalSet trait * extended the trait to handle environment * sample implementation for the gateway * implementation for mixnode * Added the same feature to nym-api config + made some config types stricter * fixed compilation and linter issues * keeping track of parsing error * attempt at using the trait for the client configs * Streamlined more arguments * Removed deprecation on setters * fixed incorrect test constructor * missed rebase fixes
Nym Mixnode
A Rust mixnode implementation.
Usage
nym-mixnodeprints a help message showing usage optionsnym-mixnode run --helpprints a help message showing usage options for the run commandnym-mixnode run --layer 1 --host x.x.x.xwill start the mixnode in layer 1 and bind to the specified host IP address. Coordinate with other people in your network to find out which layer needs coverage.
By default, the Nym Mixnode will start on port 1789. If desired, you can change the port using the --port option.