fabric VS tendermint

Compare fabric vs tendermint and see what are their differences.

fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy. (by hyperledger)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
fabric tendermint
5 32
15,316 5,632
1.8% 0.4%
9.5 0.0
7 days ago about 22 hours ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fabric

Posts with mentions or reviews of fabric. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-26.
  • Using the Hyperledger Fabric Test Network on Windows 11 with WSL
    2 projects | dev.to | 26 Mar 2022
    hannu@HannusLaptop:/mnt/c/Hyperledger$ curl -sSL https://bit.ly/2ysbOFE | bash -s Clone hyperledger/fabric-samples repo ===> Cloning hyperledger/fabric-samples repo Cloning into 'fabric-samples'... remote: Enumerating objects: 9735, done. remote: Counting objects: 100% (42/42), done. remote: Compressing objects: 100% (38/38), done. remote: Total 9735 (delta 13), reused 26 (delta 4), pack-reused 9693 Receiving objects: 100% (9735/9735), 5.59 MiB | 1.33 MiB/s, done. Resolving deltas: 100% (5230/5230), done. Updating files: 100% (849/849), done. fabric-samples v2.4.2 does not exist, defaulting to main. fabric-samples main branch is intended to work with recent versions of fabric. Pull Hyperledger Fabric binaries ===> Downloading version 2.4.2 platform specific fabric binaries ===> Downloading: https://github.com/hyperledger/fabric/releases/download/v2.4.2/hyperledger-fabric-linux-amd64-2.4.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 680 100 680 0 0 1708 0 --:--:-- --:--:-- --:--:-- 1708 100 76.7M 100 76.7M 0 0 1519k 0 0:00:51 0:00:51 --:--:-- 1549k ==> Done. ===> Downloading version 1.5.2 platform specific fabric-ca-client binary ===> Downloading: https://github.com/hyperledger/fabric-ca/releases/download/v1.5.2/hyperledger-fabric-ca-linux-amd64-1.5.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 683 100 683 0 0 1778 0 --:--:-- --:--:-- --:--:-- 1774 100 25.4M 100 25.4M 0 0 1248k 0 0:00:20 0:00:20 --:--:-- 1157k ==> Done. Pull Hyperledger Fabric docker images FABRIC_IMAGES: peer orderer ccenv tools baseos ===> Pulling fabric Images ====> hyperledger/fabric-peer:2.4.2 2.4.2: Pulling from hyperledger/fabric-peer 97518928ae5f: Pull complete 42bd03df3e1a: Pull complete 3182c3c96871: Pull complete 44ae96fc98a2: Pull complete 2b2d34b5ab5c: Pull complete eff95e52b961: Pull complete 650bde1fc3f7: Pull complete Digest: sha256:5eaad9fd093fdfb449310ae851912ab2cf6cd5b634380497404b9cb8bf91dcd2 Status: Downloaded newer image for hyperledger/fabric-peer:2.4.2 docker.io/hyperledger/fabric-peer:2.4.2 ====> hyperledger/fabric-orderer:2.4.2 2.4.2: Pulling from hyperledger/fabric-orderer 97518928ae5f: Already exists 42bd03df3e1a: Already exists a565d10714cf: Pull complete cf01ceab4d02: Pull complete 641b37dc6c30: Pull complete a4f70ee0bbbe: Pull complete 3a78beab9d5d: Pull complete Digest: sha256:fc9fbf6d8c88ef7cff09835c5bf978388897a191ed9c9cf1ba33bc131a50799b Status: Downloaded newer image for hyperledger/fabric-orderer:2.4.2 docker.io/hyperledger/fabric-orderer:2.4.2 ====> hyperledger/fabric-ccenv:2.4.2 2.4.2: Pulling from hyperledger/fabric-ccenv 97518928ae5f: Already exists b78c28b3bbf7: Pull complete 248309d37e25: Pull complete 8f893ed93684: Pull complete 60b34f272e36: Pull complete bde889820d2b: Pull complete 759d90edbc0f: Pull complete 81a0619aeb06: Pull complete fc7be8cce065: Pull complete Digest: sha256:bd2fa8d04b7bb74f422c34b03cfce62750fc7d99f78410c6f4dd7ce4eaf5f594 Status: Downloaded newer image for hyperledger/fabric-ccenv:2.4.2 docker.io/hyperledger/fabric-ccenv:2.4.2 ====> hyperledger/fabric-tools:2.4.2 2.4.2: Pulling from hyperledger/fabric-tools 97518928ae5f: Already exists b78c28b3bbf7: Already exists 248309d37e25: Already exists 8f893ed93684: Already exists 60b34f272e36: Already exists fb1c258a462f: Pull complete cddf115ada33: Pull complete 24ea6585952d: Pull complete Digest: sha256:c3c4cdf3c73877c9d3dba1fcbbd59e152ecd23876a1ccb9f9bc9c4bed69824e7 Status: Downloaded newer image for hyperledger/fabric-tools:2.4.2 docker.io/hyperledger/fabric-tools:2.4.2 ====> hyperledger/fabric-baseos:2.4.2 2.4.2: Pulling from hyperledger/fabric-baseos 97518928ae5f: Already exists 42bd03df3e1a: Already exists 368f3bf0ffdc: Pull complete Digest: sha256:bdf4646cc0e98ab4cfab4a8cb109ebba5424ae5c84c799d5ec0f5eb7ae2ae2ca Status: Downloaded newer image for hyperledger/fabric-baseos:2.4.2 docker.io/hyperledger/fabric-baseos:2.4.2 ===> Pulling fabric ca Image ====> hyperledger/fabric-ca:1.5.2 1.5.2: Pulling from hyperledger/fabric-ca a0d0a0d46f8b: Pull complete ac8258c0aeb1: Pull complete 6c802cf1fa97: Pull complete Digest: sha256:faa3b743d9ed391c30f518a7cc1168160bf335f3bf60ba6aaaf1aa49c1ed023e Status: Downloaded newer image for hyperledger/fabric-ca:1.5.2 docker.io/hyperledger/fabric-ca:1.5.2 ===> List out hyperledger docker images hyperledger/fabric-tools 2.4 eb40f70b1174 8 weeks ago 473MB hyperledger/fabric-tools 2.4.2 eb40f70b1174 8 weeks ago 473MB hyperledger/fabric-tools latest eb40f70b1174 8 weeks ago 473MB hyperledger/fabric-peer 2.4 43b970f84604 8 weeks ago 62.3MB hyperledger/fabric-peer 2.4.2 43b970f84604 8 weeks ago 62.3MB hyperledger/fabric-peer latest 43b970f84604 8 weeks ago 62.3MB hyperledger/fabric-orderer 2.4 5edf6bdb4489 8 weeks ago 37.3MB hyperledger/fabric-orderer 2.4.2 5edf6bdb4489 8 weeks ago 37.3MB hyperledger/fabric-orderer latest 5edf6bdb4489 8 weeks ago 37.3MB hyperledger/fabric-ccenv 2.4 e377a02242aa 8 weeks ago 517MB hyperledger/fabric-ccenv 2.4.2 e377a02242aa 8 weeks ago 517MB hyperledger/fabric-ccenv latest e377a02242aa 8 weeks ago 517MB hyperledger/fabric-baseos 2.4 4cfe0148d657 8 weeks ago 6.94MB hyperledger/fabric-baseos 2.4.2 4cfe0148d657 8 weeks ago 6.94MB hyperledger/fabric-baseos latest 4cfe0148d657 8 weeks ago 6.94MB hyperledger/fabric-ca 1.5 4ea287b75c63 6 months ago 69.8MB hyperledger/fabric-ca 1.5.2 4ea287b75c63 6 months ago 69.8MB hyperledger/fabric-ca latest 4ea287b75c63 6 months ago 69.8MB hannu@HannusLaptop:/mnt/c/Hyperledger$
  • How to get into blockchain coding?
    2 projects | /r/CryptoTechnology | 28 Dec 2020
    I’ve found the best documentation for hyperledger is here https://github.com/hyperledger/fabric/tree/master/docs/source under the various folders. Lots of starter examples for hyperledger to try things out. This would be a good start. Otherwise I’d look for ethereum, or r3’s corda. Those are going to give the best mileage I’d think

tendermint

Posts with mentions or reviews of tendermint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-24.
  • Introduction To Cosmos Network And Cosmos Hub
    3 projects | dev.to | 24 Jan 2023
    BFT is an algorithm that ensures that the whole network works well even if a few members are acting fraudulently. As long as these fraudulent members are less than 33% of those who have voting power, the network will work fine. Those with voting power are those with something at stake. Cosmos uses a type of BFT consensus engine known as Tendermint. Cosmos uses Tendermint because it provides the best support for building POS blockchains.
  • Блокчейн HAQQ. Погружение
    4 projects | /r/u_viktoriyazimnokh | 6 Nov 2022
  • Summary: Sei Network - A Blockchain Built For DEXs?
    2 projects | /r/SeiNetwork | 1 Nov 2022
    Built with Cosmos and Tendermint.
  • Hello all, read the features of Haqq network.
    4 projects | /r/IslamicCoin | 23 Oct 2022
    Haqq is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It's built using the Cosmos SDK which runs on top of Tendermint Core consensus engine.Haqq allows for running vanilla Ethereum as a Cosmos application-specific blockchain. This allows developers to have all the desired features of Ethereum, while at the same time, benefit from Tendermint’s PoS implementation. Also, because it is built on top of the Cosmos SDK, it will be able to exchange value with the rest of the Cosmos Ecosystem through the Inter Blockchain Communication Protocol (IBC)Features
  • Solidity, smart contracts et IPFS
    6 projects | dev.to | 5 May 2022
    Tendermint
  • Blockchain Database: Meet BigchainDB: A Complete Guide
    2 projects | dev.to | 6 Apr 2022
    [1] Carlo Thomas. ascribe announces scalable blockchain database BigchainDB. CoinReport, February 2016. https://coinreport.net/ ascribe-announces-scalable-blockchain-database-bigchaindb/. [2] Leslie Lamport, Robert Shostak, and Marshall Pease. The Byzantine Generals Problem. ACM Transactions on Programming Languages and Systems (TOPLAS), 4(3):382–401, July 1982. http://research.microsoft.com/ en-us/um/people/lamport/pubs/byz.pdf. [3] Jae Kwon. Tendermint: Consensus without Mining, fall 2014. [4] Tendermint. https://tendermint.com/. [5] MongoDB. https://www.mongodb.com. [6] Anton Kaliaev (melekes on GitHub). tendermint/tendermint Issue 763: Introduce randomness into proposer selection?https://github.com/tendermint/tendermint/issues/763. [7] BigchainDB Transactions Spec v2. https://github.com/bigchaindb/BEPs/tree/master/13.
  • $600M ETH exploited and compromised on Ronin Network
    2 projects | news.ycombinator.com | 29 Mar 2022
  • Top 5 smart contract programming languages for blockchain
    6 projects | dev.to | 25 Oct 2021
    Examples of blockchains using Solidity include Tendermint, Binance Smart Chain, Ethereum Classic, Tron, Avalanche, CounterParty, and Hedera.
  • Draco II - vote question
    2 projects | /r/Crypto_com | 23 Sep 2021
    "Regarding the upcoming mainnet upgrade initially scheduled to be performed at the block height of 2,472,800, we would like to inform our partners and community that we would recommend to postpone it to a later date due to the following reasons: - In the past weeks, we have conducted several dry-runs and discovered a potential issue that could affect the performance and efficiency of the upcoming mainnet upgrade; - In addition, there was a significant change in ibc-go last week, so we will need to make changes accordingly on the new mainnet binary. These changes on ibc-go (more details are at ibc-go’s complete changelog https://github.com/cosmos/ibc-go/blob/v1.2.0/CHANGELOG.md) also result in the new release of tendermint from 0.34.12 to 0.34.13 (https://github.com/tendermint/tendermint/releases). The core team is now working hard on updating the binary and resolving the potential issue. We will update you with more information about this upgrade as early as we can. Meanwhile, p​​lease consider changing your vote to No or No with Veto If you have voted for proposal 5 before. Thank you for your support and please feel free to let us know if you have any questions. "
  • What happened to the DRACO II Vote?
    2 projects | /r/Crypto_com | 21 Sep 2021
    In addition, there was a significant change in ibc-go last week, so we will need to make changes accordingly on the new mainnet binary. These changes on ibc-go (more details are at ibc-go’s complete changelog https://github.com/cosmos/ibc-go/blob/v1.2.0/CHANGELOG.md) also result in the new release of tendermint from 0.34.12 to 0.34.13 (https://github.com/tendermint/tendermint/releases).

What are some alternatives?

When comparing fabric and tendermint you can also consider the following projects:

raft - Golang implementation of the Raft consensus protocol

firefly - Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.

cosmos-sdk - :chains: A Framework for Building High Value Public Blockchains :sparkles:

torrent - Full-featured BitTorrent client package and utilities

gleam - Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.

celeriac - Golang client library for adding support for interacting and monitoring Celery workers, tasks and events.

ringpop-go - Scalable, fault-tolerant application-layer sharding for Go applications

DHT - BitTorrent DHT Protocol && DHT Spider.

starport - Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain [Moved to: https://github.com/ignite-hq/cli]

grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC

pyinfra - pyinfra automates infrastructure using Python. It’s fast and scales from one server to thousands. Great for ad-hoc command execution, service deployment, configuration management and more.

jsonrpc - The jsonrpc package helps implement of JSON-RPC 2.0