A C implementation of the Tendermint Application BlockChain Interface (ABCI).
Install Tendermint
-
Clone this project and run
make
:$ git clone https://github.com/chainx-org/c-abci.git ~/c-abci $ cd ~/c-abci $ make
-
When
make
is done, you'll see an executale programc-dummy
in thebin
directory, run it:$ cd bin $ ./c-dummy
-
Start Tendermint.
$ tendermint init $ tendermint node
Note: if you have run Tendermint before, reset it first:
$ tendermint unsafe_unset_all $ tendermint node