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

# Deploy a contract

> Choose a toolchain to deploy your first smart contract on Whitechain Sepolia: Remix, Hardhat, or Foundry.

Whitechain Sepolia is a standard EVM network, so any Ethereum toolchain deploys to it by chain ID and RPC URL, with no Whitechain-specific plugin. Pick the toolchain you already use, or the one that fits how you want to work.

## Before you deploy

* A wallet with Whitechain Sepolia added. See [Connect to Whitechain Sepolia](/learn/get-started/connect-wallet).
* Test WBT for gas. Claim it from the [faucet](/learn/get-started/get-testnet-wbt).

## Choose a toolchain

| Toolchain | Best for                                            | Guide                                                    |
| --------- | --------------------------------------------------- | -------------------------------------------------------- |
| Remix     | Deploying from the browser, no local setup          | [Deploy with Remix](/build/deploy/deploy-with-remix)     |
| Hardhat   | A TypeScript project with tests and scripts         | [Deploy with Hardhat](/build/deploy/deploy-with-hardhat) |
| Foundry   | A Solidity-native toolchain with `forge` and `cast` | [Deploy with Foundry](/build/deploy/deploy-with-foundry) |

## Related

* [Connect to Whitechain Sepolia](/learn/get-started/connect-wallet)
* [Faucet](/learn/get-started/get-testnet-wbt)
* [Next dapp template](/build/dapps/dapp-with-nextjs)
