2019-09-12 13:56:50 +03:00
2018-06-07 19:06:07 +02:00
2019-09-12 13:56:50 +03:00
2017-10-23 20:58:53 +02:00
2017-12-01 11:04:26 +01:00
2018-03-02 10:41:07 +01:00
2019-09-10 16:50:09 +03:00
2019-09-10 16:50:09 +03:00
2017-10-25 15:20:09 +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.32.3 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.32.3</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.

From commandline:

cd jabci/src/main/java
protoc  --java_out=. --proto_path=../proto/. ../proto/types.proto

Compatibility

jabci tendermint
0.12.x 0.12.x
0.15 0.15.0
0.16 0.16.0
0.17.1 0.17.0
0.17.1 0.17.1
0.17.1 0.18.0
0.17.1 0.19.0
0.20.0.x 0.20.x
0.20.0.x 0.21.x
0.20.0.x 0.22.x
0.24.0 0.24
0.24.0 0.25
0.26.0 0.26 - 0.30.1
0.32.3 0.32.3
Description
No description provided
Readme MIT 877 KiB
Languages
Java 100%