validator: more docs

This commit is contained in:
Dave Hrycyszyn
2020-01-29 08:45:51 +00:00
parent 473c5cd43d
commit 482deb718c
+6 -4
View File
@@ -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`
2. `tendermint init` sets up Tendermint for use
3. `tendermint node` runs Tendermint
4. `cargo run -- run` builds the Nym Validator and runs it