Hyperledger Fabric: Enterprise permissioned blockchain framework
Modular enterprise blockchain framework with permissioned networks, pluggable consensus, and privacy controls.
Learn more about Hyperledger Fabric
Hyperledger Fabric is an open-source blockchain framework developed under the Linux Foundation's Hyperledger project for building enterprise-grade distributed ledger applications. The platform uses a modular architecture with pluggable components including consensus algorithms, membership services, and smart contract execution environments. It operates as a permissioned network where participants are known and authenticated, supporting private channels and confidential transactions between specific network members. The framework is commonly used for supply chain tracking, financial services, healthcare records, and other enterprise use cases requiring auditability and privacy.
Modular Architecture
Features pluggable components for consensus, membership services, and smart contracts. This allows organizations to customize the blockchain implementation based on specific requirements.
Permissioned Network
Operates with known, authenticated participants rather than anonymous nodes. Provides identity management and access controls for enterprise compliance requirements.
Private Channels
Supports confidential transactions between subsets of network participants through private data collections. Maintains transaction privacy while preserving network-wide consensus mechanisms.
v3.1.3 Release Notes - October 18, 2025
- –CouchDB v3.4.2
v3.1.2 Release Notes - October 13, 2025
- –CouchDB v3.4.2
v2.5.14 Release Notes - October 13, 2025
- –CouchDB v3.4.2
Related Repositories
Discover similar tools and frameworks used by developers
Polkadot SDK
Complete development kit for building blockchains and parachains on the Polkadot network ecosystem.
Go Ethereum
Golang execution layer implementation of the Ethereum protocol, providing the geth client and developer tools.
CCXT
Unified API library for 100+ cryptocurrency exchanges, standardizing trading, market data, and account management.
Electrum
A lightweight Bitcoin wallet client written in Python that supports Lightning Network transactions.
Ethers.js
A TypeScript library for Ethereum blockchain interaction, providing wallet management, smart contract interfaces, and provider connections.