# 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="/pages/G1wVLYoGgPS34i2rlZdX">/pages/G1wVLYoGgPS34i2rlZdX</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="/pages/NkD8Nlq4zVVvJMOxLp0G">/pages/NkD8Nlq4zVVvJMOxLp0G</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="/pages/bcgCtBwXR2ERtGcN44GS">/pages/bcgCtBwXR2ERtGcN44GS</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="/pages/fua0StzN9WivJ3cAjsCa">/pages/fua0StzN9WivJ3cAjsCa</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
