# Developing on Hemi

Follow along with some of the tutorials to help you get a head start when building your first Hemi project.&#x20;

{% hint style="info" %}
**Note:** You may be eligible to earn Hemi [points](https://points.absinthe.network/hemi/start) by completing tutorials. Visit our [dashboard](https://points.absinthe.network/hemi/start) for more information on active quests.
{% endhint %}

***

### General

<table><thead><tr><th width="194">Tutorial</th><th width="397">Description</th><th>Difficulty</th></tr></thead><tbody><tr><td><a href="developing-on-hemi/general/using-remix-ide">HelloWorld.sol</a></td><td>Learn how to develop and deploy a HelloWorld smart contract on Hemi using <a href="https://remix.ethereum.org/">Remix IDE</a>.</td><td>🟢 Easy</td></tr><tr><td><a href="developing-on-hemi/general/erc-20">Deploy an ERC-20</a></td><td>Learn how to deploy an ERC-20 token on Hemi using <a href="https://hardhat.org/">Hardhat</a>.</td><td>🟢 Easy</td></tr><tr><td><a href="../tooling/contract-verification">Verify a Smart Contract</a></td><td>Verify a smart contract on Hemi using Hardhat, Foundry, or the Blockscout Explorer UI.</td><td>🟢 Easy</td></tr></tbody></table>

***

### hVM & hBK

<table><thead><tr><th width="194">Tutorial</th><th width="397">Description</th><th>Difficulty</th></tr></thead><tbody><tr><td><a href="developing-on-hemi/hvm-and-hbk/using-the-hbk-demo-app">Use the hBK Demo App</a></td><td>Learn about the <a href="developing-on-hemi/hvm-and-hbk">Hemi Bitcoin Kit</a> and interact with our precompiles.</td><td>🟢 Easy</td></tr><tr><td><a href="developing-on-hemi/hvm-and-hbk/using-remix-ide">Get Bitcoin Balance with Remix</a></td><td>Deploy a small contract in<a href="https://remix.ethereum.org"> Remix IDE</a> with a single method which calls the Bitcoin Balance precompile and returns the balance.</td><td>🟢 Easy</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://docs.hemi.xyz/how-to-tutorials/developing-on-hemi.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.
