# Getting Started

## Deploy the ERC20 smart contract

Bunzz requires Metamask to interact with Ethereum. If you don't have a Metamask, you can install it from [here](https://metamask.io/download.html).

### Create a project

First, let's create a project.

* Access to [Bunzz](https://app.bunzz.dev/login)
* Click "**Create Dapp**"

![](/files/L8i5HusyVaf56pj0Gn1A)

* Enter **DApp name**

![](/files/QifLOwENYvqal9HQJako)

* Select the network to deploy. You can choose mainnet's or testnet network.

![Mainnet networks. ](/files/Dd2ENP7mVn3zJ8xxJmC6)

<figure><img src="/files/Rn2V1sjcUvr7K68QP0f5" alt=""><figcaption><p>Testnet networks</p></figcaption></figure>

* You can click on "**All**" or "**Bunzz Modules**" to view respective module templates. We'll use ERC20 Token

![](/files/BbJvOpF5bvZZf5atKpER)

* Click "**Deploy**" of "ERC20" to open a page with arguments
* Set arguments and click "Deploy"

![](/files/OIO206MHk0SYI625UH2K)

### Deploy ERC20 smart contract

Metamask will start automatically after clicking "Deploy" in the previous section.

Click "Confirm" when the Metamask popup appears.

![](/files/Vbpnx8AqOUGeuXkmpFtv)

You have now finished deploying the smart contract.

![](/files/4rTfBXrKeSUErhOpoW83)

## That's it🎉

Congratulations on deploying your first smart contract module!

To support your front-end development, we prepared some boilerplates as examples.

[Boilerplates](/product-docs/others/boilerplates.md)

For any questions or feedback you may have, please feel free to contact us on [Bunzz Discord Server](https://discord.gg/XPh4QHuKYE).


---

# 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.bunzz.dev/product-docs/introduction/getting-started.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.
