> ## 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="/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="Native 开发者" 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">
    使用 Injective TypeScript SDK 和 Nuxt 或 React 构建前端应用
  </Card>
</Columns>

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

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