> For the complete documentation index, see [llms.txt](https://docs.qie.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qie.digital/developer-docs/smart-contract-deployment/deploy-using-remix.md).

# 🚀 Deploy Using Remix

1. Open Remix IDE
2. Paste or write your Solidity smart contract.
3. Compile the contract using the Solidity compiler.
4. In the **Deploy & Run Transactions** tab:
   * Set **Environment** to `Injected Web3`
   * Connect to MetaMask (ensure you are on QIE network)
   * Click **Deploy**

Once deployed, the contract address will be visible in Remix.
