- Notifications
You must be signed in to change notification settings - Fork4
chainx-org/c-abci
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A C implementation of the Tendermint Application BlockChain Interface (ABCI).
InstallTendermint
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