Wolf Posdorfer f2ac02f2e2 Revert "Merge branch 'master' into release/0.15"
This reverts commit 340d9f7687538918722b4906f74ca5bb976453fd, reversing
changes made to a90bb33e9019d6f4506db2f4fb04c956161c89a2.
2018-01-30 12:38:37 +01:00
2017-11-14 14:32:29 +01:00
2018-01-30 11:53:56 +01:00
2017-10-23 20:58:53 +02:00
2017-11-14 14:36:39 +01:00
2017-03-14 16:53:58 +01:00

jABCI

A Java implementation of the Tendermint Application BlockChain Interface (ABCI)

CircleCI

How to use

Check out StartupExampleDummy.java or JavaCounter.java for examples.

Maven integration

jABCI v0.15 Release is now available via maven central. Use the following dependency to include the latest release:

<dependency>
    <groupId>com.github.jtendermint</groupId>
    <artifactId>jabci</artifactId>
    <version>0.15</version>
</dependency>

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 line pom.xml.

Looking for TMSP?

The Tendermint protocol was changed from TMSP to ABCI. While these where just minor changes, we wanted to completely reflect all the naming changes in this project. If you're still developing with Tendermint v0.8 and prior check out the 0.8 version of jTMSP

Description
No description provided
Readme MIT 877 KiB
Languages
Java 100%