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

# Overview

> Collection of tooling and resources to 10x your development workflows.

## Development & Testing Toolkits

<CardGroup cols={2}>
  <Card title="Foundry" icon="hammer" href="./foundry">
    Fast, modular toolkit for Solidity and Forge-based development, testing, and
    deployment workflows.
  </Card>

  <Card title="Hardhat" icon="wrench" href="./hardhat">
    Flexible, plug-in-rich environment for building, testing, and deploying
    smart contracts with TypeScript support.
  </Card>

  <Card title="Testing & Fuzzing" icon="test-tube-diagonal" href="./testing-and-fuzzing">
    Libraries, fuzzers, and best practices to ensure contract correctness,
    safety, and edge-case coverage.
  </Card>

  <Card title="Remix IDE" icon="code" href="https://remix.ethereum.org">
    Browser-based integrated development environment for rapid prototyping,
    debugging, and interactive contract deployment.
  </Card>
</CardGroup>
