> ## 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="/cn/developers-evm" arrow="true" cta="EVM 开发者" icon="ethereum">
    部署 Solidity 智能合约，使用 Hardhat 或 Foundry，并与 MetaMask 及现有 EVM 工具集成
  </Card>

  <Card title="Injective Core" href="/cn/developers-native" arrow="true" cta="原生开发者" icon="microchip">
    使用原生 Go 执行层、自定义模块、交易和直接链查询进行构建
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Wasm VM" href="/cn/developers-cosmwasm" arrow="true" cta="Wasm 开发者" icon="cube">
    使用 Rust 编写智能合约，部署到 Wasm VM，并与 Injective 的原生模块交互
  </Card>

  <Card title="dApp 与前端" href="/cn/developers/dapps" arrow="true" cta="dApp 开发者" icon="browser">
    使用 Nuxt 或 React 以及 Injective 的 TypeScript SDK 构建前端应用
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="AI 代理" href="/cn/developers-ai" arrow="true" cta="AI 开发者" icon="robot">
    使用 iAgent、MCP 集成和链上代理工具构建 AI 驱动的应用
  </Card>

  <Card title="工具" href="/cn/developers" arrow="true" cta="开发者工具" icon="laptop-code">
    网络信息、地址转换、injectived CLI、gRPC 和 SDK 实用工具
  </Card>
</Columns>
