All Projects → jTendermint → Jabci

jTendermint / Jabci

Licence: mit
Java implementation of the Tendermint ABCI

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jabci

Ethermint
Ethermint is a scalable and interoperable Ethereum, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
Stars: ✭ 207 (+331.25%)
Mutual labels:  blockchain, tendermint
Py Abci
Python based ABCI Server for Tendermint
Stars: ✭ 48 (+0%)
Mutual labels:  blockchain, tendermint
Akash
a secure, transparent, and peer-to-peer cloud computing network
Stars: ✭ 229 (+377.08%)
Mutual labels:  blockchain, tendermint
Secretnetwork
𝕊 The Secret Network
Stars: ✭ 138 (+187.5%)
Mutual labels:  blockchain, tendermint
Cosmos
Internet of Blockchains ⚛
Stars: ✭ 938 (+1854.17%)
Mutual labels:  blockchain, tendermint
Mint
Mint Blockchain — Build blockchain powered social apps
Stars: ✭ 148 (+208.33%)
Mutual labels:  blockchain, tendermint
Mortgageblockchainfabric
Mortgage Processing App using Hyperledger Fabric Blockchain. Uses channels for privacy and access, and restricts read/write previleges through endorsement policies
Stars: ✭ 45 (-6.25%)
Mutual labels:  blockchain, protobuf
Cosmosjs
⭐️ CosmosJS - Cosmos JavaScript Library
Stars: ✭ 91 (+89.58%)
Mutual labels:  blockchain, tendermint
Etgate
Ethereum-Tendermint token sending gateway
Stars: ✭ 23 (-52.08%)
Mutual labels:  blockchain, tendermint
Abci Host
Clojure host/server for Tendermint's ABCI protocol.
Stars: ✭ 18 (-62.5%)
Mutual labels:  blockchain, tendermint
Tendermint code analysis
通用区块链平台tendermint源码分析
Stars: ✭ 134 (+179.17%)
Mutual labels:  blockchain, tendermint
Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (-16.67%)
Mutual labels:  blockchain, tendermint
Chainkit
ChainKit is a toolkit for blockchain development. It includes primitives for creating, building and running decentralized applications.
Stars: ✭ 121 (+152.08%)
Mutual labels:  blockchain, tendermint
Starport
The easiest way to build a blockchain.
Stars: ✭ 204 (+325%)
Mutual labels:  blockchain, tendermint
Rust Abci
A rust implementation of the ABCI protocol for tendermint core
Stars: ✭ 115 (+139.58%)
Mutual labels:  blockchain, tendermint
Go Cyber
Your 🔵 Superintelligence
Stars: ✭ 270 (+462.5%)
Mutual labels:  blockchain, tendermint
Weave
Easy-to-use SDK to build Tendermint ABCI applications
Stars: ✭ 1,122 (+2237.5%)
Mutual labels:  blockchain, tendermint
Ethermint Archive
Ethereum on Tendermint using Cosmos-SDK!
Stars: ✭ 667 (+1289.58%)
Mutual labels:  blockchain, tendermint
Lotion
✨ Smooth, easy blockchain apps ✨
Stars: ✭ 882 (+1737.5%)
Mutual labels:  blockchain, tendermint
Clearchain
Cosmos app for clearing and settlements
Stars: ✭ 42 (-12.5%)
Mutual labels:  blockchain, tendermint

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].