8 organizations share topics with Hyperledger Sawtooth, and 8 open source projects are closely related.
What is Hyperledger Sawtooth?
Hyperledger Sawtooth is a modular enterprise blockchain platform (distributed ledger technology) for building, running, and extending permissioned and hybrid networks under the Hyperledger umbrella hosted by LF Decentralized Trust.
- Modular enterprise blockchain platform (distributed ledger technology) for permissioned and hybrid deployments.
- Support for custom transaction processors and smart contract logic (application platform).
- Pluggable consensus architecture with support for multiple consensus algorithms (consensus framework).
- On-chain and off-chain configuration and governance capabilities (network governance).
- Integration with other Hyperledger and LF Decentralized Trust ecosystem components where applicable (enterprise blockchain ecosystem).
Show more
More About hyperledger.org
Hyperledger Sawtooth is an open source enterprise blockchain platform (distributed ledger technology) under the Hyperledger project, which is hosted by LF Decentralized Trust. It targets business and institutional use cases that require controlled participation, data integrity, and auditable transaction histories across multiple stakeholders. The design emphasizes modularity so that operators can combine different transaction families, consensus mechanisms, and integration patterns according to organizational requirements.
The core of Hyperledger Sawtooth provides a distributed ledger, a transaction execution environment, and a consensus interface (blockchain infrastructure). The platform uses transaction processors (application platform) as the primary abstraction for business logic. Transaction processors run outside the core validator and implement transaction families that define allowed operations, state transitions, and validation rules. This separation between the core validator and transaction processors allows developers to add or update business logic without modifying the underlying blockchain engine.
Sawtooth includes a pluggable consensus layer (consensus framework) that allows operators to select consensus engines based on trust, performance, and deployment requirements. The validator component communicates with consensus engines through a defined interface, and consensus engines determine block publishing, validation, and chain head selection. This separation between consensus and transaction execution enables deployments that align with specific operational and regulatory environments, such as permissioned consortium networks.
The platform exposes an Application Programming Interface (API) layer (integration and middleware) that supports interaction with clients, applications, and external systems. Clients submit batches of transactions, query blockchain state, and monitor events through supported interfaces. Sawtooth maintains state in a Merkle-Radix tree (data structure) that enables efficient proof of state and auditable histories. State addressing is controlled by transaction families, which define namespaces and encoding rules for application data.
Hyperledger Sawtooth supports on-chain configuration and governance mechanisms (network governance), allowing certain network parameters and behaviors to be updated through transactions rather than manual configuration alone. This can include settings for consensus selection and validator policies in some deployments, subject to how the network operators configure their governance model. The project documentation describes reference transaction families and tools that illustrate these patterns.
In enterprise environments, Sawtooth is used as a foundation for applications that require shared, tamper-evident data across organizations (multi-party business networks). Typical deployments involve permissioned validator nodes operated by consortium members, with role-based controls and integration with existing systems such as identity management, line-of-business applications, or analytics platforms. Sawtooth’s modular design allows organizations to prototype and deploy targeted solutions while reusing the same core ledger, consensus, and transaction processing components.
Within a technical taxonomy, Hyperledger Sawtooth fits into categories including enterprise blockchain platforms, distributed ledger infrastructure, and smart contract or transaction-processing frameworks. It is part of the broader Hyperledger ecosystem under LF Decentralized Trust, which provides governance, community processes, and related projects that can be combined with Sawtooth in larger architectures.
Our description of Hyperledger Sawtooth. Updated February 2026.