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

# Deploy a Contract

<CardGroup cols={2}>
  <Card title="Foundry" href="/guides/deploy-smart-contract/foundry">
    Deploy a smart contract on Monad using Foundry
  </Card>

  <Card title="Hardhat" href="/guides/deploy-smart-contract/hardhat">
    Deploy a smart contract on Monad using Hardhat
  </Card>

  <Card title="Remix" href="/guides/deploy-smart-contract/remix">
    Deploy a smart contract on Monad using Remix
  </Card>
</CardGroup>
