> ## 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.

# EVM Developers

If you've deployed a Solidity smart contract on Ethereum or other EVM-compatible networks, you can continue using the same developer tools, libraries, frameworks, and workflows, such as MetaMask, a faucet, Remix, Hardhat, Foundry, and JSON-RPC relay, to deploy and interact with smart contracts on Hedera.

<Columns cols={3}>
  <Card title="Add Hedera to MetaMask" href="/hedera/getting-started-evm-developers/add-hedera-to-metamask" arrow />

  <Card title="Hedera Testnet Faucet" href="/hedera/getting-started-evm-developers/hedera-testnet-faucet" arrow />

  <Card title="Deploy w/ Contract Builder" href="/hedera/getting-started-evm-developers/deploy-your-first-contract-with-hedera-contract-builder" arrow />

  <Card title="Deploy w/ Remix" href="/hedera/getting-started-evm-developers/deploy-a-smart-contract-using-remix" arrow />

  <Card title="Deploy w/ Hardhat" href="/hedera/getting-started-evm-developers/deploy-a-smart-contract-with-hardhat" arrow />

  <Card title="Deploy w/ Foundry" href="/hedera/getting-started-evm-developers/deploy-a-smart-contract-with-foundry" arrow />
</Columns>

## Hedera Contract Builder

***ℹ️ Try the*** [***Hedera Contract Builder***](https://portal.hedera.com/contract-builder) ***to bring your smart contract ideas to life. Start building and. testing on the Hedera testnet with the Contract Builder now!***

<div className="flex flex-col justify-center items-center w-full mt-4 mb-8 not-prose">
  <a href="https://portal.hedera.com/contract-builder" target="_blank" rel="noopener noreferrer" className="no-underline text-center cursor-pointer group">
    <img src="https://mintcdn.com/hedera-0c6e0218-docs--429/9teEKwxpq9T1GsoS/images/getting-started-evm-developers/contract-builder-screenshot.png?fit=max&auto=format&n=9teEKwxpq9T1GsoS&q=85&s=ff82176694be2e39450b3d2312a380bb" alt="Hedera Contract Builder" className="mx-auto rounded-lg shadow-sm max-w-[1000px] w-full h-auto mb-[5px]" noZoom width="2816" height="2026" data-path="images/getting-started-evm-developers/contract-builder-screenshot.png" />

    <p className="text-gray-1000 dark:text-gray-500 text-sm font-semibold mt-[6px] mb-0 text-center underline decoration-[#8853FF] decoration-1 underline-offset-[6px] transition-colors duration-200 group-hover:text-[#8853FF]">
      Hedera Contract Builder
    </p>
  </a>
</div>

<Info>
  **Have questions?** Join the [Hedera Discord](https://hedera.com/discord) and
  post them in the
  [`developer-general`](https://discord.com/channels/373889138199494658/373889138199494660)
  channel or ask on [Stack
  Overflow](https://stackoverflow.com/questions/tagged/hedera-hashgraph).
</Info>
