# Hardhat

Hardhat is one of the most popular development frameworks for Solidity, making it easy to compile, test, and deploy smart contracts. On SupraEVM, you can use Hardhat the same way you would on any EVM chain, with just a few small configuration changes.

This guide will show you how to:

* Set up a new Hardhat project for SupraEVM
* Configure the SupraEVM RPC and private key
* Write and compile a Solidity contract
* Deploy to the SupraEVM MultiVM Testnet
* Interact with your deployed contract from scripts

Whether you're experimenting, testing DAO mechanics, or building production-ready applications, Hardhat provides a fast and flexible workflow for building on SupraEVM.

***

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>Prerequisites</strong></mark></td><td>Everything you need installed before building on SupraEVM with Hardhat.   </td></tr><tr><td><mark style="color:red;"><strong>Start Building</strong></mark></td><td>Start your Hardhat project and connect it to SupraEVM.                             </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/hardhat.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.
