> 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.md).

# 🧾 Smart Contract Deployment

This guide will walk you through the steps to deploy smart contracts on QIE, using familiar Ethereum-based tools like **Remix**, **Hardhat**, and **Truffle**.

Since our chain is **EVM-compatible**, deploying contracts is nearly identical to deploying on Ethereum — with the added benefits of **faster transaction finality**, **higher throughput**, and **lower gas fees**.

### 🔧 Prerequisites

Before you start, make sure you have :

* MetaMask installed and connected to QIE network
* A funded wallet (get test coins from our faucet)
* Basic knowledge of Solidity (or access to a sample contract)
