From 482deb718c9f8312bec11b6101dcfc785cd4255e Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Wed, 29 Jan 2020 08:45:51 +0000 Subject: [PATCH] validator: more docs --- validator/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/validator/README.md b/validator/README.md index e3a5722acf..1c6467e22d 100644 --- a/validator/README.md +++ b/validator/README.md @@ -10,9 +10,11 @@ The Nym Validator has several jobs: Some of these functions may be moved away to their own node types in the future, for example to increase scalability or performance. At the moment, we'd like to keep deployments simple, so they're all in the validator node. -Running the validator ---------------------- +Running the validator on your local machine +------------------------------------------- 1. Download and install [Tendermint 0.32.7](https://github.com/tendermint/tendermint/releases/tag/v0.32.7) -2. `tendermint init` -3. `tendermint node` \ No newline at end of file +2. `tendermint init` sets up Tendermint for use +3. `tendermint node` runs Tendermint +4. `cargo run -- run` builds the Nym Validator and runs it +