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

# Wasmx

## 개요

`wasmx` 모듈은 [CosmWasm](https://cosmwasm.com) 스마트 컨트랙트와 Injective Chain의 통합을 처리합니다.
주요 기능은 각 블록의 begin blocker 섹션에서 컨트랙트가 실행될 수 있는 방법을 제공하는 것입니다.
컨트랙트는 가스가 부족하면 자동으로 비활성화될 수 있지만, 컨트랙트 소유자가 다시 활성화할 수 있습니다.

또한 배치 코드 저장 제안과 같은 컨트랙트 관리를 위한 헬퍼 메서드도 포함되어 있습니다. 이러한 기능들은 CosmWasm 컨트랙트와 Injective Chain의 원활한 통합을 가능하게 하며, 해당 컨트랙트를 관리하고 유지하는 데 유용한 도구를 제공합니다.

## 목차

1. [개념](/developers-native/injective/wasmx/01_concepts)
2. [데이터](/developers-native/injective/wasmx/02_data)
3. [상태](/developers-native/injective/wasmx/03_proposals)
4. [메시지](/developers-native/injective/wasmx/04_messages)
5. [파라미터](/developers-native/injective/wasmx/05_params)
