> ## 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="/ko/developers-evm/network-information/" arrow="true" cta="클릭하기" icon="panel-left-close" img="">
    Injective EVM 연결 설정하기
  </Card>

  <Card title="컨트랙트 배포" href="/ko/developers-evm/smart-contracts/" arrow="true" cta="클릭하기" icon="panel-left-close" img="">
    **Solidity**로 작성하고, **스마트 컨트랙트**를 컴파일, 테스트, 배포, 검증 및 상호작용합니다.
  </Card>

  <Card title="Precompiles" href="/ko/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>
