> 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/build-on-supraevm.md).

# Build on SupraEVM

Supra MultiVM is a core feature of the Supra Layer-1 blockchain that allows developers to deploy smart contracts written in different programming languages and from various blockchain ecosystems natively on the Supra network.

The MultiVM (Multiple Virtual Machine) support means developers do not need to learn a new language or port their existing code to build on Supra. Instead, they can use the Virtual Machine and programming language they are already familiar with.

Supra’s MultiVM architecture currently supports or plans to support:

* <mark style="color:red;">**MoveVM:**</mark> For smart contracts written in the Move language (used by Aptos and Sui)
* <mark style="color:red;">**EVM:**</mark> For Solidity smart contracts from the Ethereum ecosystem
* <mark style="color:red;">**SolanaVM (SVM):**</mark> Coming soon, for smart contracts written in Rust (used by Solana)

***

<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>Add MultiVM to StarKey</strong></mark></td><td>Connect StarKey to the MultiVM Testnet and fund your wallet.                             </td><td><a href="/supra/network/evm/overview/build-on-supraevm/add-multivm-to-starkey.md">Add MultiVM to StarKey</a></td></tr><tr><td><mark style="color:red;"><strong>HardHat</strong></mark></td><td>Use Hardhat with the SupraEVM MultiVM Testnet.                                    </td><td><a href="/supra/network/evm/overview/build-on-supraevm/hardhat/prerequisites.md">Prerequisites</a></td></tr><tr><td><mark style="color:red;"><strong>Foundry</strong></mark></td><td>Use Foundry with the SupraEVM MultiVM Testnet.                                    </td><td><a href="/supra/network/evm/overview/build-on-supraevm/foundry/start-building.md">Start Building</a></td></tr><tr><td><mark style="color:red;"><strong>Remix IDE</strong></mark></td><td>Use Remix with the SupraEVM MultiVM Testnet.                                    </td><td><a href="/supra/network/evm/overview/build-on-supraevm/remix-ide/prerequisites.md">Prerequisites</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/build-on-supraevm.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.
