diff --git a/tmdemoapp/docs/README.md b/tmdemoapp/docs/README.md index 4ff7519..c349203 100644 --- a/tmdemoapp/docs/README.md +++ b/tmdemoapp/docs/README.md @@ -154,9 +154,7 @@ Correctness of `put` operations can be verified by the presence of a correspondi To run the application, the node machine needs Scala 2.12 with `sbt`, [Tendermint](http://tendermint.readthedocs.io/en/master/install.html) and GNU `screen`. To execute operations the client machine needs Python 2.7 with `sha3` package installed. -This demo contains scripts that automate running a cluster of 4 nodes (the smallest BFT ensemble possible) on the local machine. - -To prepare configuration files, run `source local-cluster-init.sh`. +This demo contains scripts that automate running a cluster of 4 nodes (the smallest BFT ensemble possible) on the local machine. To prepare configuration files, run `source local-cluster-init.sh`. To start the cluster, run `local-cluster-start.sh` which starts 9 screen instances: `app[1-4]` – application backends, `tm[1-4]` – corresponding Tendermint instances and `judge` – Judge stub. Cluster initialization might take few seconds, after which the client can query Tendermint RPC endpoints using any of `46158`, `46258`, `46358` or `46458` ports.