This commit is contained in:
Alexander Demidko 2018-06-25 11:17:55 +03:00 committed by GitHub
parent ba8dd0a97b
commit 10323b1ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.