> ## Documentation Index
> Fetch the complete documentation index at: https://docs.injective.network/llms.txt
> Use this file to discover all available pages before exploring further.

# 개요

> EVM, Wasm VM, 네이티브 모듈 또는 AI 도구를 사용하여 Injective에서 개발을 시작하세요

Injective는 다양한 실행 환경과 개발 경로를 지원합니다. 아래에서 적합한 시작점을 선택하세요.

<Columns cols={2}>
  <Card title="Injective EVM" href="/ko/developers-evm" arrow="true" cta="EVM 개발자" icon="ethereum">
    Solidity, Hardhat 또는 Foundry로 스마트 컨트랙트를 배포하고 MetaMask 및 기존 EVM 도구를 연동합니다
  </Card>

  <Card title="Injective Core" href="/ko/developers-native" arrow="true" cta="Native 개발자" icon="microchip">
    네이티브 Go 실행 레이어, 커스텀 모듈, 트랜잭션 및 체인 쿼리를 사용하여 개발합니다
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Wasm VM" href="/ko/developers-cosmwasm" arrow="true" cta="Wasm 개발자" icon="cube">
    Rust로 스마트 컨트랙트를 작성하고 Wasm VM에 배포하여 Injective 네이티브 모듈과 상호작용합니다
  </Card>

  <Card title="dApp 및 프런트엔드" href="/ko/developers/dapps" arrow="true" cta="dApp 개발자" icon="browser">
    Injective TypeScript SDK와 Nuxt 또는 React를 사용하여 프런트엔드 애플리케이션을 구축합니다
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="AI Agents" href="/ko/developers-ai" arrow="true" cta="AI 개발자" icon="robot">
    AI SDK, MCP 연동 및 온체인 Agent 도구를 사용하여 AI 애플리케이션을 구축합니다
  </Card>

  <Card title="개발 도구" href="/ko/developers" arrow="true" cta="개발자 도구" icon="laptop-code">
    네트워크 정보, 주소 변환, injectived CLI, gRPC 및 SDK 유틸리티
  </Card>
</Columns>
