> ## 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="/jp/developers-evm" arrow="true" cta="EVM開発者" icon="ethereum">
    Solidityスマートコントラクトのデプロイ、HardhatやFoundryの利用、MetaMaskや既存のEVMツールとの統合
  </Card>

  <Card title="Injective Core" href="/jp/developers-native" arrow="true" cta="ネイティブ開発者" icon="microchip">
    ネイティブのGo実行レイヤー、カスタムモジュール、トランザクション、チェーンへの直接クエリを使用した開発
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Wasm VM" href="/jp/developers-cosmwasm" arrow="true" cta="Wasm開発者" icon="cube">
    Rustでスマートコントラクトを作成してWasm VMにデプロイし、Injectiveのネイティブモジュールと連携
  </Card>

  <Card title="dApps & フロントエンド" href="/developers/dapps" arrow="true" cta="dApp開発者" icon="browser">
    InjectiveのTypeScript SDKを使用し、NuxtまたはReactでフロントエンドアプリケーションを構築
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="AIエージェント" href="/jp/developers-ai" arrow="true" cta="AI開発者" icon="robot">
    iAgent、MCP統合、オンチェーンエージェントツールを使用したAI搭載アプリケーションの構築
  </Card>

  <Card title="ツール" href="/jp/developers" arrow="true" cta="開発者ツール" icon="laptop-code">
    ネットワーク情報、アドレス変換、injectived CLI、gRPC、SDKユーティリティ
  </Card>
</Columns>
