# 超级账本 —— 面向企业的分布式账本

**欲戴王冠，必承其重（Uneasy lies the head that wears a crown）。**

超级账本（Hyperledger）项目是全球最大的开源企业级分布式账本平台。

超级账本起源于 Linux 基金会 2015 年启动的开源协作项目；2024 年 9 月，Linux Foundation Decentralized Trust（LF Decentralized Trust，LFDT）正式启动，Hyperledger Foundation 下的区块链、分布式账本和相关技术转为 LFDT 项目。Hyperledger 品牌仍用于 Fabric 等多个项目，但项目治理、生命周期和项目目录应以 LFDT 官方页面为准。

本章将介绍超级账本项目的发展历史和社区组织，以及旗下的多个顶级开源项目的情况，还将展示开源社区提供的多个高效开发工具。最后介绍如何参与到超级账本项目中，进行代码贡献。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/blockchain_guide/08_hyperledger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
