---
id: dev-tools-faucet
title: Faucet
keywords:
  - faucet
  - nucleus wallet
  - tester
  - zilliqa
description: Zilliqa Testnet Faucet
---

---

import useBaseUrl from "@docusaurus/useBaseUrl";

## Testnet Faucet via Nucleus Wallet

<img
  alt="Nucleus Wallet Faucet"
  src={useBaseUrl("img/dev/getting-started/nucleus-faucet.png")}
/>

In order to deploy a contract to Zilliqa's testnet and send transactions, you will need testnet $ZIL in your account.

Enter the your wallet address on nucleus wallet's faucet website, you will receive 300 testnet $ZIL once the transaction is confirmed.

The faucet is accessible at [https://dev-wallet.zilliqa.com/faucet](https://dev-wallet.zilliqa.com/faucet)

## Source Code

If you are interested in looking into the implementation of the faucet, you can access the GitHub repository can be found at [https://github.com/Zilliqa/nucleus-wallet](https://github.com/Zilliqa/nucleus-wallet)
