# Testnet Guide

**This is a guide to integrate and test smol domains on arbitrum testnet with .smoltest**&#x20;

## **Minting a Domain**

First you will need to obtain testnet ETH, Learn more on how get some here <https://docs.infura.io/infura/networks/arbitrum/how-to/get-testnet-eth>

Once you have done that head over to the[ .smoltest contract](https://testnet.arbiscan.io/address/0x0eB60B697428597CE58650173eFEd2F32ADD7E93#writeContract), and navigate to function **#9 Mint**

![What to fill in to mint a domain](https://3350555185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F36maqgFOoOJ6XLthHHQ9%2Fuploads%2FKC8f8LMUhl3Lw3a7sOtl%2FScreen%20Shot%202022-08-14%20at%2010.00.29%20AM.png?alt=media\&token=c2da1855-c2c5-4d97-9e26-30e344d47f59)

In **domainName** input the domain you want to mint, in this case i would get **astro.smoltest**, in the **\_domainHolder** and **\_referrer** fields input the address you want to mint the domain to than click "**Write**"

## **Integrating onto your site**

To get a users default domain you want to call function 2 on this resolver contract: <https://testnet.arbiscan.io/address/0xe2b9bC4c1d65B5F5583144d9d5c5F0683158C372#readProxyContract>

![](https://3350555185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F36maqgFOoOJ6XLthHHQ9%2Fuploads%2FazMrtUnGZ45T8kEI4yO9%2FScreen%20Shot%202022-08-14%20at%2010.11.34%20AM.png?alt=media\&token=3fa7f89f-48f3-4920-a405-ac54064d7a11)

In the **\_addr** field input the users address than put **.smoltest in the \_tld** field and click "**Query**" to get the users default domain
