> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-ai-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 概述

## 什么是 Modules？

Modules 是 Injective 区块链架构中的基础组件，每个 module 都提供特定的功能。Module 本质上是一个具有明确定义逻辑和服务的独立单元，使 Injective 能够高效管理网络中的各种操作。

<figure>
  <img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXemhQaBIt08mqak4lODzMNP73IvSnPLjfRohlMwLMn51Ut9kTGOKrCRqolsy4j1I0ca3zFe8-a6xrOalOkpc2HWJYuDESKFVKJdc6xv6NNCY4IY-n3MuY8t4Dz_qujBI4aQg7KpHetfP3b_XPg0wALZq8Dr?key=SrpUIxF4ydd4ZLyJCcX74Q" alt="" width="563" />

  <figcaption />
</figure>

Modules 就像积木一样，可以组合起来扩展区块链的功能。这种方法减少了实现核心功能的摩擦和技术复杂性，使开发更加简单。每个 module 独立运行，但通过 inter-module messaging 与其他 module 通信，使 Injective 的架构具有模块化和可适应性。这使 Injective 能够持续演进，在不需要重构整个系统的情况下提供针对性的升级和功能。

## 探索 Modules

<Columns cols={2}>
  <Card title="Injective" href="/cn/developers-native/injective/" arrow="true" cta="点击这里" icon="panel-left-close" img="">
    `injective` module
  </Card>

  <Card title="Core" href="/cn/developers-native/core/" arrow="true" cta="点击这里" icon="panel-left-close" img="">
    `core` module
  </Card>
</Columns>
