Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 318 Bytes

kvstore is a demo to tendermint app;

First build tendermint-abci

  1. clone tendermint project: git clone https://github.com/tendermint/tendermint.git
  2. enter project root dir: cd tendermint
  3. make tools && make install_abci

Then run the demo automatically

just use the bash scipt run.sh