Giter Club home page Giter Club logo

jabci's Introduction

Deprecation Notice

This project is no longer under active development and may be archived soon.

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

jabci's People

Contributors

arnonuem avatar folex avatar mhaeusler avatar paulrd avatar sbungartz avatar snyk-bot avatar srmo avatar wolfposd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.