awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hyperledger avatar

hyperledger/hyperledgerArchived

0
View on GitHub↗
3,745 stars·702 forks·17 viewswww.hyperledger.org↗

Hyperledger

Hyperledger is an enterprise blockchain ecosystem consisting of a collection of open-source frameworks and libraries. It provides the distributed ledger technology and modular architectures necessary to build permissioned blockchain applications for industrial use cases.

The project is characterized by a multi-framework ecosystem that separates consensus and membership services into interchangeable components. This modularity allows for the use of various agreement mechanisms, including crash-fault and Byzantine fault tolerant protocols, to maintain a synchronized and immutable record of transactions.

The ecosystem covers a range of capabilities including distributed ledger infrastructure, permissioned network governance, and identity management. These tools support specific industrial applications such as corporate asset tokenization and supply chain provenance.

Features

  • Permissioned Blockchain Frameworks - Provides a comprehensive ecosystem of frameworks and libraries for building permissioned, industrial-grade distributed ledger applications.
  • Distributed Smart Contract Frameworks - Provides a collection of diverse distributed ledger implementations with varying data models and smart contract execution environments.
  • Distributed Ledger Databases - Implements storage systems that maintain a verifiable sequence of state transitions across a peer-to-peer network.
  • Consensus Algorithms - Provides a library of distributed algorithms to ensure all nodes in a cluster agree on a sequence of operations.
  • Interchangeable Consensus Layers - Allows the system to swap between different agreement algorithms based on specific fault-tolerance requirements.
  • Plug-in Consensus Mechanisms - Provides an interchangeable agreement layer to switch between crash-fault tolerant and Byzantine fault tolerant algorithms.
  • Decentralized & Blockchain Technologies - Offers the technologies necessary to build distributed ledgers and decentralized applications for industrial use cases.
  • Private Ledger Infrastructure - Provides the underlying infrastructure for storing block history in private, permissioned networks across corporate entities.
  • Centralized Permission Management - Restricts network participation and data visibility to authorized identities through centralized permission logic.
  • Business Network Governance - Provides administrative controls for managing node membership and public key infrastructure within private business networks.
  • Centralized Identity Management - Implements a centralized membership service to authenticate and authorize known participants in a permissioned network.
  • Modular Architecture Patterns - Employs a structural design pattern that organizes blockchain components into reusable, swappable units for customized enterprise needs.
  • Pluggable Component Architectures - Separates consensus and membership services into interchangeable components to allow customization for enterprise requirements.
  • Replicated State Machines - Provides the underlying mechanism to maintain an identical ledger state across all participating nodes via sequenced transactions.
  • Enterprise Blockchain Solutions - Provides solutions for designing and deploying permissioned blockchain networks with corporate-grade endorsement policies.
  • Blockchain Application Frameworks - Offers modular toolkits for building sovereign industrial blockchains with customizable business logic and governance.
  • Blockchain Governance Models - Implements frameworks for managing decision-making processes and ownership within decentralized industrial blockchain networks.

Star history

Star history chart for hyperledger/hyperledgerStar history chart for hyperledger/hyperledger

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Hyperledger

These projects share indexed features with Hyperledger. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • yeasy/blockchain_guideyeasy avatar

    yeasy/blockchain_guide

    7,069View on GitHub↗

    This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech

    Gobitcoinblockchainbook
    View on GitHub↗7,069
  • corda/cordacorda avatar

    corda/corda

    4,077View on GitHub↗

    Corda is a distributed ledger technology platform used to build private, interoperable business networks. It provides a framework for creating shared records of facts and executing smart contracts between specific participants without requiring global data broadcasting. The platform distinguishes itself through a point-to-point state distribution model and a UTXO-based ledger, ensuring that transaction data is shared only between involved parties to maintain strict privacy. It utilizes a JVM-based smart contract engine to execute business logic written in Java or Kotlin and employs a notary-b

    Kotlincordadistributed-ledgerdlt
    View on GitHub↗4,077
  • hashicorp/rafthashicorp avatar

    hashicorp/raft

    9,037View on GitHub↗

    This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives necessary to build fault-tolerant distributed services by implementing a replicated state machine that ensures a group of servers agree on a shared system state through leader election and log replication. The project distinguishes itself through a pluggable architecture for storage backends and snapshot storage, decoupling the consensus logic from physical persistence. It includes specialized mechanisms for leadership transfer, protocol version management to support rolling upgrade

    Go
    View on GitHub↗9,037
  • hyperledger/fabrichyperledger avatar

    hyperledger/fabric

    16,664View on GitHub↗

    Hyperledger Fabric is a permissioned blockchain framework and enterprise blockchain platform designed for maintaining shared, immutable records of transactions across a network of authorized participants. It provides the infrastructure to build and manage private distributed ledgers that prioritize data confidentiality and scalability. The platform is distinguished by a modular architecture and a pluggable consensus engine. This design allows internal system implementations to be swapped with custom modules to adapt the ledger's behavior and consensus mechanisms to specific technical or indus

    Go
    View on GitHub↗16,664
Compare all 30 related projects→

Frequently asked questions

What does hyperledger/hyperledger do?

Hyperledger is an enterprise blockchain ecosystem consisting of a collection of open-source frameworks and libraries. It provides the distributed ledger technology and modular architectures necessary to build permissioned blockchain applications for industrial use cases.

What are the main features of hyperledger/hyperledger?

The main features of hyperledger/hyperledger are: Permissioned Blockchain Frameworks, Distributed Smart Contract Frameworks, Distributed Ledger Databases, Consensus Algorithms, Interchangeable Consensus Layers, Plug-in Consensus Mechanisms, Decentralized & Blockchain Technologies, Private Ledger Infrastructure.

Which projects share features with hyperledger/hyperledger?

Projects with overlapping indexed features include: yeasy/blockchain_guide — This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies,… corda/corda — Corda is a distributed ledger technology platform used to build private, interoperable business networks. It provides… hashicorp/raft — This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives… hyperledger/fabric — Hyperledger Fabric is a permissioned blockchain framework and enterprise blockchain platform designed for maintaining… jpmorganchase/quorum — Quorum is a permissioned blockchain framework based on Ethereum, designed for enterprise consortia. It implements a… erikgrinaker/toydb — ToyDB is a distributed SQL database that provides a system for storing and querying data across multiple nodes. It…