> ## 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="/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="Native 開発者" 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="dApp とフロントエンド" href="/jp/developers/dapps" arrow="true" cta="dApp 開発者" icon="browser">
    Injective TypeScript SDK と Nuxt または React を使用してフロントエンドアプリケーションを構築します
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="AI Agents" href="/jp/developers-ai" arrow="true" cta="AI 開発者" icon="robot">
    AI SDK、MCP 連携、オンチェーン Agent ツールを使用して AI アプリケーションを構築します
  </Card>

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