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

# Foundry on Hedera

Foundry empowers developers with tools for smart contract development. One of the three main components of Foundry is Forge. Forge is a Foundry command-line tool that allows developers to run tests, build, and deploy smart contracts.

Foundry Key benefits:

* Write tests in Solidity & limit your context switching.
* EVM cheatcodes give you more control over smart contract development.

This series of mini-tutorials demonstrates how to set up Foundry and use Forge for seamless integration with your Hedera project to test your smart contracts & how to fork Hedera Mainnet to test against deployed contracts.

The tutorials are self-contained and can be done in any order.

<Card title="Configuring Foundry With Hedera Localnet Testnet A Step By Step Guide" href="/hedera/tutorials/smart-contracts/foundry/configuring-foundry-with-hedera-localnet-testnet-a-step-by-step-guide" />

<Card title="How To Mint And Burn An Erc 721 Token Using Foundry Part 1" href="/hedera/tutorials/smart-contracts/foundry/how-to-mint-and-burn-an-erc-721-token-using-foundry-part-1" />

<Card title="How To Write Tests In Solidity Part 2" href="/hedera/tutorials/smart-contracts/foundry/how-to-write-tests-in-solidity-part-2" />

<Card title="How To Fork The Hedera Network With Foundry - Basic ERC-20 Tutorial" href="/hedera/tutorials/smart-contracts/foundry/how-to-fork-the-hedera-network-with-foundry-basic-erc20" />

***

<Columns cols={2}>
  <Card title="Writer: Abi Castro, DevRel Engineer" arrow>
    [GitHub](https://github.com/a-ridley) | [X](https://X.com/ridley___)
  </Card>
</Columns>
