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

Resources for learning about EVM development, from Solidity basics to low-level assembly languages.

<CardGroup cols={2}>
  <Card title="Solidity Resources" href="/guides/evm-resources/solidity-resources">
    A comprehensive guide to learning Solidity, from beginner to advanced
  </Card>

  <Card title="EVM Behavior" href="/guides/evm-resources/evm-behavior">
    EVM behavioral specification, opcode reference, and storage layout
  </Card>

  <Card title="Other Languages" href="/guides/evm-resources/other-languages">
    Resources for Vyper, Huff, and Yul
  </Card>
</CardGroup>
