> ## 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="/cn/developers-evm/network-information/" arrow="true" cta="点击这里" icon="panel-left-close" img="">
    设置与 Injective EVM 的连接
  </Card>

  <Card title="部署合约" href="/cn/developers-evm/smart-contracts/" arrow="true" cta="点击这里" icon="panel-left-close" img="">
    编写 **Solidity** 代码，然后编译、测试、部署、验证并与**智能合约**交互。
  </Card>

  <Card title="Precompiles" href="/cn/developers-evm/precompiles" arrow="true" cta="点击这里" icon="panel-left-close" img="">
    EVM 接口，允许智能合约与 Injective 链的原生功能交互
  </Card>

  <Card title="申请 EVM Testnet 资金" href="https://testnet.faucet.injective.network/" arrow="true" cta="点击这里" icon="panel-left-close" img="">
    INJ Faucet
  </Card>
</Columns>
