Hyperledger Sawtooth Consensus Algorithms

Hyperledger Sawtooth includes a modular design that allows for pluggable consensus algorithms. Some of the consensus algorithms that are supported by Sawtooth include:

  1. PoET (Proof of Elapsed Time): This is the default consensus algorithm in Sawtooth. It uses trusted execution environments (TEEs) to ensure that consensus is reached in a fair and efficient manner. PoET uses a random leader election process and a wait time to ensure that all participants have an equal chance of being selected as the leader.
  2. PBFT (Practical Byzantine Fault Tolerance): This is a classic consensus algorithm that is widely used in distributed systems. It uses a replica voting process to ensure that the network reaches a consensus. PBFT is suitable for permissioned networks with a known set of participants.
  3. Raft: Designed for distributed systems with a high pace of change, Raft is a consensus algorithm. It makes use of a leader-based methodology and enables quick network partition recovery.
  4. Devmode: This straightforward consensus technique is meant for testing and development. Without requiring consensus, it enables the parallel processing of transactions.

More advanced consensus algorithms like PoA (Proof of Authority), PoS (Proof of Stake), etc can also be used with Sawtooth by installing the corresponding consensus engine.
Overall, Sawtooth’s modular design allows for the use of different consensus algorithms based on the specific requirements of the application, such as performance, security, and trust model.

Hyperledger Sawtooth in Blockchain

Hyperledger Sawtooth is a corporate blockchain platform that creates distributed ledger networks and applications. The design philosophy focuses on maintaining distributed ledgers and securing smart contracts, especially for enterprise applications. Sawtooth uses blockchain technology as a service (BaaS).
Sawtooth is very modular as well. This modularity allows companies and consortiums to decide on policy in their respective fields of competence. Applications can choose the transactional, permissioning, and consensus algorithms that best meet their unique business requirements because of Sawtooth’s fundamental design. The majority of blockchain-based systems in use today host and execute both their core and their apps on the same platform, which may have an impact on both security and performance.

Similar Reads

What is Hyperledger Sawtooth?

Hyperledger sawtooth is an open-source enterprise blockchain-as-a-service platform that can run customized smart contracts without needing to know the underlying design of the core system....

How does Hyperledger Sawtooth Works?

Hyperledger Sawtooth is a modular platform for building, deploying, and running distributed ledgers (also called blockchains). It includes a novel consensus algorithm called “Proof of Elapsed Time” (PoET), which uses trusted execution environments (TEEs) to ensure that consensus is reached in a fair and efficient manner. Sawtooth also has a modular design that allows for pluggable consensus algorithms and supports both permissioned and permissionless networks....

Hyperledger Sawtooth Consensus Algorithms

Hyperledger Sawtooth includes a modular design that allows for pluggable consensus algorithms. Some of the consensus algorithms that are supported by Sawtooth include:...

Features of the Hyperledger Sawtooth

1. Separation Between the Application Level and the Core System...

Elements of Hyperledger Sawtooth Architecture

...

Applications of Hyperledger Sawtooth

X O: Plays a game of tic tac toe to illustrate how to create simple transactions. The construct and take transactions in the X O transaction family provide an X O command that enables two players to play the game. You may check the  X O Transaction Family for additional details. Sawtooth Supply Chain: The Sawtooth supply chain exhibits how to track the origins and other relevant contextual data of any item. Supply Chain offers a sample application that includes a web app, a bespoke REST API, and a transaction processor. This example application shows how to synchronize the blockchain state to a local database for complicated queries as well as a decentralized way for in-browser transaction signing. Sawtooth Marketplace: On the blockchain, the Sawtooth marketplace instructs users on how to exchange particular quantities of specialized assets. With the help of a Sawtooth validator and a few other components, this example application will run a Sawtooth blockchain and offer a straightforward RESTful API to communicate with it....

Supported Languages for Transaction Process

Hyperledger Sawtooth supports the use of multiple programming languages for the transaction process. Some of the supported languages include:...

Hyperledger Sawtooth Development Architecture

The modular architecture of Hyperledger Sawtooth enables the division of concerns among various system components. The main components of Sawtooth architecture are:...

Hyperledger Sawtooth at Work

Hyperledger Sawtooth can be used to build a variety of distributed ledger applications. Some examples of how Sawtooth can be used in  different industries include:...