> ## Documentation Index
> Fetch the complete documentation index at: https://mega-cli.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> A sick CLI tool for MegaETH devs and users

# Mega CLI

A powerful command-line interface tool that streamlines the development workflow for anyone working with the MegaETH blockchain. Whether you're a smart contract developer, frontend engineer, full-stack developer or user, Mega CLI simplifies your interaction with the MegaETH testnet.

<img src="https://mintcdn.com/mega-cli/yCjqG8vS0quxmrlY/images/banner.png?fit=max&auto=format&n=yCjqG8vS0quxmrlY&q=85&s=1697c1fd27544c685df04ea45b13f738" alt="Mega CLI Banner" width="933" height="321" data-path="images/banner.png" />

## What is Mega CLI?

Mega CLI wraps foundational blockchain development tools like viem and Foundry (Anvil, Forge, Cast, and Chisel) with an easy-to-use interface specifically configured for the MegaETH ecosystem.

## Key Features

<CardGroup cols={2}>
  <Card title="Account Management" icon="wallet" href="/commands/account">
    Create, import, and manage blockchain accounts with simple commands
  </Card>

  <Card title="Faucet Access" icon="faucet-drip" href="/commands/faucet">
    Easily request test tokens from the MegaETH testnet faucet
  </Card>

  <Card title="Project Templates" icon="rectangle-terminal" href="/commands/init">
    Spin up pre-configured projects for smart contract, frontend, or full-stack development
  </Card>

  <Card title="Development Environment" icon="gears" href="/commands/dev">
    Quickly start local blockchain and/or Next.js development servers
  </Card>

  <Card title="Smart Contract Operations" icon="file-contract" href="/commands/deploy">
    Compile and deploy contracts on MegaETH testnet with minimal configuration
  </Card>

  <Card title="Foundry Integration" icon="hammer" href="/reference/foundry">
    Use Foundry's powerful tools with MegaETH-specific configurations
  </Card>
</CardGroup>

## Why Use Mega CLI?

* **Streamlined Interactions**: Quickly perform essential tasks like checking balances and requesting testnet tokens with just your keyboard
* **Simplified Workflow**: Reduce boilerplate setup and configuration time
* **Developer Experience**: Intuitive commands designed for devs
* **MegaETH Focused**: Configured specifically for the MegaETH ecosystem

## Easter Egg

Mega CLI includes a hidden command that provides a fun surprise. Happy hunting!

<Tip>*Hint: You take a mortal man and put him in control*</Tip>

***

Ready to start using Mega CLI? Follow our [installation and Setup guide](/installation-and-setup) to get set up in minutes.
