awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hyperledger avatar

hyperledger/hyperledgerArchived

0
View on GitHub↗
3,745 stele·702 fork-uri·2 vizualizăriwww.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.

Istoric stele

Graficul istoricului de stele pentru hyperledger/hyperledgerGraficul istoricului de stele pentru hyperledger/hyperledger

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Hyperledger

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Hyperledger.
  • yeasy/blockchain_guideAvatar yeasy

    yeasy/blockchain_guide

    7,069Vezi pe 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
    Vezi pe GitHub↗7,069
  • corda/cordaAvatar corda

    corda/corda

    4,077Vezi pe 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
    Vezi pe GitHub↗4,077
  • hashicorp/raftAvatar hashicorp

    hashicorp/raft

    9,037Vezi pe 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
    Vezi pe GitHub↗9,037
  • hyperledger/fabricAvatar hyperledger

    hyperledger/fabric

    16,664Vezi pe 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
    Vezi pe GitHub↗16,664
Vezi toate cele 30 alternative pentru Hyperledger→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale hyperledger/hyperledger?

Principalele funcționalități ale hyperledger/hyperledger sunt: 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.

Care sunt câteva alternative open-source pentru hyperledger/hyperledger?

Alternativele open-source pentru hyperledger/hyperledger includ: 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…