awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hyperledger avatar

hyperledger/hyperledgerArchived

0
View on GitHub↗
3,745 星标·702 分支·2 次浏览www.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 历史

hyperledger/hyperledger 的 Star 历史图表hyperledger/hyperledger 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Hyperledger 的开源替代方案

相似的开源项目,按与 Hyperledger 的功能重合度排序。
  • yeasy/blockchain_guideyeasy 的头像

    yeasy/blockchain_guide

    7,069在 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
    在 GitHub 上查看↗7,069
  • corda/cordacorda 的头像

    corda/corda

    4,077在 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
    在 GitHub 上查看↗4,077
  • hashicorp/rafthashicorp 的头像

    hashicorp/raft

    9,037在 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
    在 GitHub 上查看↗9,037
  • hyperledger/fabrichyperledger 的头像

    hyperledger/fabric

    16,664在 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
    在 GitHub 上查看↗16,664
查看 Hyperledger 的所有 30 个替代方案→

常见问题解答

hyperledger/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.

hyperledger/hyperledger 的主要功能有哪些?

hyperledger/hyperledger 的主要功能包括: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。

hyperledger/hyperledger 有哪些开源替代品?

hyperledger/hyperledger 的开源替代品包括: 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…