# Zetachain Faucet CLI

## Installation

```bash
npm install -g @zetachain/faucet-cli
```

## Usage

```bash
zetafaucet --drip --address 0xADDRESS
```

## Options

| Option        | Description                |
| ------------- | -------------------------- |
| -d, --drip    | Drips in ZetaChain Athens  |
| -a, --address | Address to send funds to   |
| -l, --logout  | Logout from GitHub account |
| -h, --help    | Display help for command   |
