> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# 指南

通过我们的快速入门指南，开始在 Monad 上构建智能合约和应用。

## 获取钱包

<CardGroup cols={2}>
  <Card title="MetaMask" href="https://metamask.io/download/">
    MetaMask 浏览器钱包
  </Card>

  <Card title="软件钱包" href="/zh/tooling-and-infra/wallets/software-wallets">
    选择一款浏览器钱包
  </Card>
</CardGroup>

## 部署智能合约

<CardGroup cols={2}>
  <Card title="Foundry" href="/zh/guides/deploy-smart-contract/foundry">
    使用 Foundry 在 Monad 上部署智能合约
  </Card>

  <Card title="Hardhat" href="/zh/guides/deploy-smart-contract/hardhat">
    使用 Hardhat 在 Monad 上部署智能合约
  </Card>

  <Card title="Remix" href="/zh/guides/deploy-smart-contract/remix">
    使用 Remix 在 Monad 上部署智能合约
  </Card>
</CardGroup>

## 验证智能合约

<CardGroup cols={2}>
  <Card title="Foundry" href="/zh/guides/verify-smart-contract/foundry">
    使用 Foundry 在 Monad 上验证智能合约
  </Card>

  <Card title="Hardhat" href="/zh/guides/verify-smart-contract/hardhat">
    使用 Hardhat 在 Monad 上验证智能合约
  </Card>
</CardGroup>

## 索引

<CardGroup cols={2}>
  <Card title="GhostGraph" href="/zh/guides/indexers/ghost">
    使用 GhostGraph 索引转账
  </Card>

  <Card title="Envio" href="/zh/guides/indexers/tg-bot-using-envio">
    使用 Envio 为 Telegram 机器人索引转账
  </Card>

  <Card title="QuickNode Streams" href="/zh/guides/indexers/quicknode-streams">
    使用 QuickNode Streams 索引转账
  </Card>
</CardGroup>

## 连接

<CardGroup cols={2}>
  <Card title="Reown AppKit" href="/zh/guides/reown">
    使用 Reown AppKit 将钱包连接到您的应用
  </Card>
</CardGroup>

## NFT

<CardGroup cols={2}>
  <Card title="ERC-6551(代币绑定账户)" href="/zh/guides/erc-6551">
    使用 Tokenbound 在 Monad 上为每个 NFT 提供专属账户
  </Card>
</CardGroup>

## AI

<CardGroup cols={2}>
  <Card title="MCP 服务器" href="/zh/guides/monad-mcp">
    构建一个 MCP 服务器以与 Monad 测试网交互
  </Card>

  <Card title="Monad 上的 x402" href="/zh/guides/x402">
    如何设置支持 Monad 的 x402 启用端点
  </Card>
</CardGroup>

## 执行事件

<CardGroup cols={2}>
  <Card title="设置执行事件" href="/zh/guides/execution-events/setup">
    配置您的 Monad 节点以启用执行事件
  </Card>

  <Card title="在 Rust 中消费事件" href="/zh/guides/execution-events/consume-rust">
    构建 Rust 应用以读取执行事件
  </Card>
</CardGroup>
