# Aztec CLI Documentation

The Aztec CLI `aztec-cli` is a command-line interface (CLI) tool for interacting with Aztec. It provides various commands for deploying contracts, creating accounts, interacting with contracts, and retrieving blockchain data.

## Installation

1. In your terminal, download the local network by running

```
bash -i <(curl -s https://install.aztec.network)
```

2. Verify the installation: After the installation is complete, run the following command to verify that `aztec-cli` is installed correctly:

   ```shell
   aztec-cli --version
   ```

   This command will display the version number of `aztec-cli` if the installation was successful.

## Usage

Run `aztec-cli --help` to get info on the commands.
