/tm-kvstore

distributed kvstore demo built with tendermint and iavl+

Primary LanguageGo

distributed kvstore demo built with tendermint and iavl+

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