Wolf Posdorfer 50b9d6d1ed Merge branch 'release/0.17.1'
# Conflicts:
#	Readme.md
#	pom.xml
2018-04-10 11:14:59 +02:00
2017-11-14 14:32:29 +01:00
2018-04-10 11:14:59 +02:00
2017-10-23 20:58:53 +02:00
2018-03-02 10:48:49 +01:00
2018-03-02 10:41:07 +01:00
2018-04-10 11:12:56 +02:00
2018-04-10 11:12:56 +02: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.17.1 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.17.1</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.

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