> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inco.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Build a Confidential Token

> This tutorial will guide you through creating and deploying a confidential fungible token. You can choose your preferred development environment

<CardGroup>
  <Card title="Foundry" icon="screwdriver-wrench" href="/tutorials/confidential-token/foundry">
    Deploy using Foundry - Recommended for Solidity developers
  </Card>

  <Card title="Hardhat" icon="hammer" href="/tutorials/confidential-token/hardhat">
    Deploy using Hardhat - Recommended for TypeScript and testing
  </Card>
</CardGroup>

Choose your preferred development environment above to get started.
