Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ cpp-abci Public archive

C++ library for Application Blockchain Interface (ABCI)

License

Notifications You must be signed in to change notification settings

block-finance/cpp-abci

Repository files navigation

cpp-tmsp

C++ library for Tendermint Socket Protocol (TMSP) of Tendermint fame.

Look here for an overview of TMSP along with some tutorials: http://tendermint.com/posts/tendermint-socket-protocol/

Build status: Travis CI AppVeyor CI

Getting started

  1. Do a git clone --recursive https://github.com/mdyring/cpp-tmsp.git
  2. Run ./build.sh or build.cmd on Windows
  3. Try the freshly baked counter demo application from the deployment folder: ./app-counter 127.0.0.1 46658
  4. Tinker with the application using tmsp-cli - see this tutorial for inspiration

Dependencies

cpp-tmsp has a couple of dependencies:

These have been added as submodules and will be cloned and built using the steps above.

About

C++ library for Application Blockchain Interface (ABCI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages