mirror of
https://github.com/fluencelabs/tendermint-demo
synced 2025-03-14 23:30:49 +00:00
Minor
This commit is contained in:
parent
ba8dd0a97b
commit
10323b1ed0
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user