This is the front end for the tendermint blockchain system.
-
To run the front end on a linux machine you will need
npm
. -
Once npm is installed run the following commands from the root directory of the cloned project.
npm install npm run serve
-
Visit the web app hosted on http://localhost:8080
-
Enable indexing in the tendermint config.
index_all_tags = true
-
Run the standard tendermint example blockchain
kvstore
orpersistent_kvstore
.tendermint init tendermint node --proxy_app=kvstore
or
tendermint init tendermint node --proxy_app=persistent_kvstore