> For the complete documentation index, see [llms.txt](https://docs.hemi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi.md).

# 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="/pages/tRpj0QAzEBgAYvWki6bp">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="/pages/TVRPYVeWsJA1usrcW8It">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="/pages/eTzP1rUyB4QtIgCEZzl9">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="/pages/r5Pa0qMAi0jYLNTzOqec">Use the hBK Demo App</a></td><td>Learn about the <a href="/pages/gLocHsdR1BL4lYVbR0eX">Hemi Bitcoin Kit</a> and interact with our precompiles.</td><td>🟢 Easy</td></tr><tr><td><a href="/pages/TsLbfp2WmO8RVauWRRY3">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
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://docs.hemi.xyz/how-to-tutorials/developing-on-hemi.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.
