A blockchain framework implementation and one of the Hyperledger projects hosted by the Linux Foundation.
Global event | Hyperledger Global Forum |
Consensus | Raft |
Public / Private / Permissioned | Private, Permissioned |
Smart contracts | Yes |
Smart contract language(s) supported | Go, Node.js, Java |
Transaction privacy | Yes, via channels |
Transaction visibility | Businesses can create multiple private channels. Through the DLT application, participants can commit confidential transactions over these channels. |
Transaction ordering | Transactions are routed by the ordering node that receives the transaction to the current leader of that channel. |
Version | Peer, Orderer: 2.2.0; Explorer 1.1.2 |
Raft is a crash fault-tolerant (CFT) ordering service. Raft follows a “leader and follower” model, where a leader node is elected (per channel), and its decisions are replicated by the followers. If the leader becomes unavailable, the followers will initiate a leader election, and one of them will be elected the new leader.
With Raft, everything is embedded into your ordering node. Of all consensus algorithms in Hyperledger Fabric, Raft supports the largest numbers of channels and transactions.
Raft is the go-to ordering service choice for production networks.
B2B contracts, supply chain, asset depository, asset interoperability.
Learn more about the free usage period to get started right away.
Complete the form below, and our experts will get in touch with you.