# Deploy a Smart Contract

HPP is compatible with Arbitrum Nitro based EVM, so you can build your Dapp using Solidity language.

Choose your preferred tool and deploy your contract.

### Cookbook.dev

[Cookbook.dev](https://www.cookbook.dev/) is an open-source smart contract registry where developers can find solidity primitives, libraries, and smart contracts for protocols. It provides an easy and fast way to develop smart contracts by integrating with a variety of blockchain-native developer tools.

You can deploy to HPP using Cooking Book's no-code deploy, and you can use with Remix, Hardhat, and Foundry.

### Development Frameworks

Jump to [Development framework](#development-frameworks)

### RPC Host

Jump to [Network Information](/getting-started/network-information.md)

### Solidity Example Codes

Move to [Solidity by Example](https://solidity-by-example.org/)


---

# 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://docs.hpp.io/building-on-hpp/deploy-a-smart-contract.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.
