> For the complete documentation index, see [llms.txt](https://docs.helalabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helalabs.com/build-on-hela/build-on-testnet-1.md).

# Build on Testnet

Developing Applications dApps on HeLa Chain&#x20;

If you have developed dApps on Ethereum or `any EVM compatible chain` before, you will feel at home. It is exactly the same. But if you are new, don’t worry, this document will help you embark on your first dApp development on HeLa chain.

1. **Metamask Wallet Setup**\
   If you are using Chrome Browser, Metamask extension can easily be installed from the Chrome Extension. Once it is installed it will show up at the top panel of your browser. Once it is installed, it will show up at the top panel of your browser.&#x20;
2. **Network Setup**&#x20;

   Open your Metamask > Network > Add a Network > Add a Network Manually and enter the following:&#x20;

<table><thead><tr><th>Setting</th><th>Testnet</th><th data-hidden></th></tr></thead><tbody><tr><td>Network name </td><td>HeLa Testnet</td><td></td></tr><tr><td>RPC</td><td>https://testnet-rpc.helachain.com</td><td></td></tr><tr><td>Chain ID</td><td>666888</td><td></td></tr><tr><td>SYMBOL</td><td>HLUSD</td><td></td></tr><tr><td>Block Explorer</td><td><a href="https://testnet-blockexplorer.helachain.com/">https://testnet-blockexplorer.helachain.com</a></td><td></td></tr></tbody></table>

3. **Funding Your Wallet**&#x20;

   To fund your wallet with transaction gas fee, go to HeLa Testnet Faucet. You will receive 10 HLUSD every 24 hours. Claim HLUSD Testnet Faucet: <https://testnet-faucet.helachain.com>
4. **First dApp**&#x20;

   There are many platforms and utilities that you can use to develop dApp. Examples include: REMIX, Truffle, HardHat, Foundry etc. Visit [http://remix.ethereum.org](http://remix.ethereum.org/) for more information. \
   Currently, we only support 0.8.9 solidity version.&#x20;

<figure><img src="/files/I7S8IKXYq1g2wwvMXK2R" alt=""><figcaption><p>Our first program is <code>HelloWorld.sol</code></p></figcaption></figure>

<figure><img src="/files/UfMiSfm2RmdBqAzb50l1" alt=""><figcaption><p>In Remix IDE, you will need to compile with a compatible compiler. Remember to select <code>Injected provider- MetaMask</code> in the deployment tab.</p></figcaption></figure>

5. **HeLa Scan**

Transaction and smart contracts can be observed and verfied in Testnet Block Explorer.&#x20;

[https://testnet-blockexplorer.helachain.com/<br>](<https://testnet-blockexplorer.helachain.com/&#xA;&#xA;>)


---

# 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.helalabs.com/build-on-hela/build-on-testnet-1.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.
