> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-mintlify-25e241d4.mintlify.site/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="네이티브 개발자" 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 에이전트" href="/ko/developers-ai" arrow="true" cta="AI 개발자" icon="robot">
    iAgent, MCP 통합 및 온체인 에이전트 도구로 AI 기반 애플리케이션 구축하기
  </Card>

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