description:Learn how to deploy smart contracts on Status Network using Remix IDE. Beginner-friendly guide with step-by-step instructions for contract deployment and interaction.
This tutorial will guide you through deploying a smart contract on Status Network testnet using the Remix IDE. Remix is a browser-based IDE that's perfect for quick development and testing.
## Prerequisites
Before you begin, ensure you have:
- **Web Browser**: A modern web browser like Chrome or Firefox
- **MetaMask**: Install the [MetaMask](https://metamask.io) browser extension
- **Testnet ETH**: You'll need Status Network testnet ETH
- Get Status Network testnet ETH from our [Faucet](/tools/testnet-faucets)
- **Network Configuration**: Add Status Network testnet to MetaMask following our [Add Network guide](/general-info/add-status-network)
## Steps
### 1. Open Remix IDE
Visit [remix.ethereum.org](https://remix.ethereum.org) in your browser.
### 2. Create a New File
1. Click the "File Explorer" icon (first icon on the left sidebar)
2. Click the "+" button to create a new file
3. Name it `HelloWorld.sol`
### 3. Write the Smart Contract
Copy and paste the following code into `HelloWorld.sol`: