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

# 概要

EVM開発者の皆さん、ようこそ！InjectiveのネイティブEVMサポートにより、Solidityスマートコントラクトをデプロイすることができます。Exchangeモジュールとの連携やdAppの構築など、さまざまなユースケースに対応可能です。使い慣れたツール、ライブラリ、ワークフローを活用して、Injectiveで開発を始めましょう！

## EVMでの開発を始める

<Columns cols={2}>
  <Card title="ネットワーク設定" href="/jp/developers-evm/network-information/" arrow="true" cta="こちらをクリック" icon="panel-left-close" img="">
    Injective EVMへの接続を設定する
  </Card>

  <Card title="コントラクトをデプロイ" href="/jp/developers-evm/smart-contracts/" arrow="true" cta="こちらをクリック" icon="panel-left-close" img="">
    **Solidity**でコードを記述し、**スマートコントラクト**のコンパイル、テスト、デプロイ、検証、連携を行う
  </Card>

  <Card title="Precompiles" href="/jp/developers-evm/precompiles" arrow="true" cta="こちらをクリック" icon="panel-left-close" img="">
    スマートコントラクトがInjectiveチェーンのネイティブ機能と連携するためのEVMインターフェース
  </Card>

  <Card title="EVMテストネット資金の取得" href="https://testnet.faucet.injective.network/" arrow="true" cta="こちらをクリック" icon="panel-left-close" img="">
    INJ Faucet
  </Card>
</Columns>
