jabci/Readme.md

13 lines
747 B
Markdown
Raw Normal View History

# jABCI
2016-06-27 10:49:05 +02:00
A Java implementation of the Tendermint Application BlockChain Interface ([ABCI](https://github.com/tendermint/abci))
2016-06-27 10:49:05 +02:00
## How to use
Check out [StartupExampleDummy.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/StartupExampleDummy.java) or [JavaCounter.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/JavaCounter.java) for examples.
#### Update protobuf types
When you make changes to the protobuf file, you can enable the appropriate build-phase for the compiler-plugin to generate the file(s) in the target-directory.
Just switch the comments on lines [pom.xml](https://github.com/jTendermint/jabci/blob/master/pom.xml#L27) and 28.