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

# EVM 资源

学习 EVM 开发的资源,涵盖从 Solidity 基础到底层汇编语言。

<CardGroup cols={2}>
  <Card title="Solidity 资源" href="/zh/guides/evm-resources/solidity-resources">
    从入门到高级的 Solidity 学习综合指南
  </Card>

  <Card title="EVM 行为" href="/zh/guides/evm-resources/evm-behavior">
    EVM 行为规范、操作码参考和存储布局
  </Card>

  <Card title="其他语言" href="/zh/guides/evm-resources/other-languages">
    Vyper 和 Yul 的资源
  </Card>
</CardGroup>
