> For the complete documentation index, see [llms.txt](https://supraoracles.gitbook.io/supra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources.md).

# SupraEVM Resources

Your complete hub for learning Solidity, Move, and building smart contracts on SupraEVM.

SupraEVM Resources brings together everything developers need to start building on the EVM side of Supra’s multi-VM network. Whether you're learning Solidity, exploring Move, comparing both languages, or browsing tools and frameworks, this section gives you clear explanations, examples, and hands-on resources to accelerate your development workflow.

From introductory guides to in-depth documentation, this is your starting point for mastering smart contract development on SupraEVM.

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Solidity</strong></mark></td><td>Learn how Solidity works and start building smart contracts for the EVM.        </td><td><a href="/supra/network/evm/overview/supraevm-resources/solidity.md">Solidity</a></td></tr><tr><td><mark style="color:red;"><strong>Move</strong></mark></td><td>Discover how Move powers secure, resource-oriented smart contracts on the Supra L1.                                 </td><td><a href="/supra/network/evm/overview/supraevm-resources/move.md">Move</a></td></tr><tr><td><mark style="color:red;"><strong>Solidity Resources</strong></mark></td><td>Explore frameworks, tutorials, tools, and advanced guides for professional Solidity development.                         </td><td><a href="/supra/network/evm/overview/supraevm-resources/solidity-resources.md">Solidity Resources</a></td></tr><tr><td><mark style="color:red;"><strong>EVM / MoveVM Cheatsheet</strong></mark></td><td>Compare Solidity and Move side-by-side and understand how both VMs differ under the hood.           ></td><td><a href="/supra/network/evm/overview/supraevm-resources/evm-movevm-cheatsheet.md">EVM/MoveVM Cheatsheet</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
