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

# Overview

> Build on Injective using EVM, Wasm VM, native modules, or AI tooling

Injective supports multiple execution environments and developer paths. Choose your starting point below.

<Columns cols={2}>
  <Card title="Injective EVM" href="/developers-evm" arrow="true" cta="EVM Developers" icon="ethereum">
    Deploy Solidity smart contracts, use Hardhat or Foundry, and integrate with MetaMask and existing EVM tooling
  </Card>

  <Card title="Injective Core" href="/developers-native" arrow="true" cta="Native Developers" icon="microchip">
    Build with the native Go execution layer, custom modules, transactions, and direct chain queries
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Wasm VM" href="/developers-cosmwasm" arrow="true" cta="Wasm Developers" icon="cube">
    Write smart contracts in Rust, deploy to the Wasm VM, and interact with Injective's native modules
  </Card>

  <Card title="dApps & Frontends" href="/developers/dapps" arrow="true" cta="dApp Developers" icon="browser">
    Build frontend applications with Nuxt or React using Injective's TypeScript SDK
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="AI Agents" href="/developers-ai" arrow="true" cta="AI Developers" icon="robot">
    Build AI-powered applications with iAgent, MCP integration, and on-chain agent tooling
  </Card>

  <Card title="Tools" href="/developers" arrow="true" cta="Developer Tools" icon="laptop-code">
    Network information, address conversion, injectived CLI, gRPC, and SDK utilities
  </Card>
</Columns>
