> For the complete documentation index, see [llms.txt](https://docs.bunzz.dev/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunzz.dev/product-docs/introduction/getting-started.md).

# Getting Started

Let's deploy an ERC20 smart contract in 10 minutes.

## 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**"

![](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2FET5BLElzT7x8pQvE7V2L%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202021-12-15%2010.49.23.png?alt=media\&token=e64dde60-ff73-4b6e-bfbf-8091babd2ee4)

* Enter **DApp name**

![](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2FQWzzkGa8fjbCWUZIXNwv%2FScreenshot%202022-07-18%20at%208.45.26%20PM.png?alt=media\&token=d39c92e3-a422-4936-b4d6-8c891b1cdfdf)

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

![Mainnet networks. ](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2Fu7HJdGlD6uZbIYTjK1Ya%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-12-28%20%D0%B2%2012.33.48.png?alt=media\&token=bd9d58db-a889-4521-b55e-7db21b28829a)

<figure><img src="https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2FrB0T5B3HvGsYby23peyX%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-12-28%20%D0%B2%2012.33.57.png?alt=media&amp;token=cf17b279-476d-49b5-8c59-144c758c914a" 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

![](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2Fl8NmR2TphRGwkReCf7Zh%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-12-28%20%D0%B2%2012.36.23.png?alt=media\&token=c6dba979-bc43-460c-82da-4e666487678d)

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

![](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2FXyxTPXKnx6MgwwC4HcRX%2FScreenshot%202022-07-18%20at%205.20.06%20PM.png?alt=media\&token=c7154cf8-af5b-4e15-9ab5-f833d74ad39f)

### Deploy ERC20 smart contract

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

Click "Confirm" when the Metamask popup appears.

![](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2FmKyTJs6zSagjCMVRxdA6%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-03-25%2015.59.58.png?alt=media\&token=3a4af075-0db8-40ca-84c6-7f5c08f2cb33)

You have now finished deploying the smart contract.

![](https://4242307802-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuCZ9pfLLUCniHBr4nxRz%2Fuploads%2FDD7Fx7PnNwhTbS5ae8tB%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202022-03-25%2017.04.46.png?alt=media\&token=2eedd455-7d5d-42d2-92a8-ffaaf0f0d4d7)

## 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).
