> ## 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.

# 개요

## 모듈이란?​

모듈은 Injective 블록체인 아키텍처의 기본 구성 요소로, 각각 특정 기능을 제공하도록 설계되었습니다. 모듈은 잘 정의된 로직과 서비스를 갖춘 독립적인 단위로, Injective가 네트워크 전반에서 다양한 작업을 효율적으로 관리할 수 있게 해줍니다.

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

  <figcaption />
</figure>

모듈은 블록체인의 기능을 확장하기 위해 결합할 수 있는 빌딩 블록처럼 작동합니다. 이러한 접근 방식은 핵심 기능 구현의 마찰과 기술적 복잡성을 줄여 개발을 더 쉽게 만듭니다. 각 모듈은 독립적으로 작동하지만 모듈 간 메시징을 통해 서로 통신하여 Injective의 아키텍처를 모듈화하고 적응 가능하게 만듭니다. 이를 통해 Injective는 전체 시스템을 개편하지 않고도 지속적으로 발전하며 타겟팅된 업그레이드와 기능을 제공할 수 있습니다.

## 모듈 탐색

<Columns cols={2}>
  <Card title="Injective" href="/developers-native/injective/" arrow="true" cta="여기를 클릭" icon="panel-left-close" img="">
    `injective` 모듈
  </Card>

  <Card title="Core" href="/developers-native/core/" arrow="true" cta="여기를 클릭" icon="panel-left-close" img="">
    `core` 모듈
  </Card>
</Columns>
