# Create Solana NFT Smart Contract

{% content-ref url="faq-smart-contract" %}
[faq-smart-contract](https://docs.imintify.com/smart-contract/faq-smart-contract)
{% endcontent-ref %}

***

{% hint style="success" %}
Solana Contract Free and no hidden Fees, including IPFS upload + Mint site + Smart Contract&#x20;
{% endhint %}

### ▶️ Log in with Solana

Be sure you log in with your Solana Phantom wallet [https://app.imintify.com](https://app.imintify.com/)

Open the Smart Contract deploy the app [ ](https://nft.imintify.com/nft-collection/create)<https://nft.imintify.com/nft-collection/create>

#### 🧪 Choose Network on the right top&#x20;

Keep it on Mainnet or Change it to Devnet for testing purposes.

<figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2FKb97clHulrsy5XDYEWKX%2Fdev-mainnet-sol.png?alt=media&#x26;token=99c7af60-782e-4b44-a161-0392c157218f" alt=""><figcaption></figcaption></figure>

🆕 Create new Smart Contract

Click on the button **New Smart Contract** and Choose the [Solana Contract](https://docs.imintify.com/smart-contract/pre-built-contracts/nft-solana-contract)

<figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2FNy0muMBBHLoBWGdo4aSN%2Fcreate-solana-smart-contract.png?alt=media&#x26;token=2113fe7d-96db-4735-90eb-1bab82208c7d" alt=""><figcaption></figcaption></figure>

#### ⚙️ Contract Metadata&#x20;

Fill in the **Project details** and **Collection settings.**

#### 🐸 Upload images & Metadata

Just drag and drop your images and the same for metadata.

<figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2Fb6jNg9vkJkhSQbYDStqX%2FScreenshot%202025-10-10%20at%2012.40.24.png?alt=media&#x26;token=2fbae539-a466-406e-a64e-ff152ff2bb9b" alt=""><figcaption></figcaption></figure>

#### ✅ Deploy Contract

Click and **Deploy** your Contract to the Blockchain. \
\
1\. **Pay the Solana network fees** to proceed with your contract. This will include:

{% hint style="warning" %}
**You need to pay Solana Network fees to deploy and a Rent fee to Solana.**\
\
**Solana Network Fees**

* Every time you do something on the Solana blockchain (like deploy a contract, create an NFT, or send a transaction), you pay a **network fee** (sometimes called a “transaction fee”).
* This fee is very small (usually less than $0.01 per transaction) and goes to the validators who run the network.

#### **Rent Fee**

* On Solana, certain actions, storing NFT data require you to pay a **“rent fee.”**
* This is a one-time payment to store your data/account on the blockchain **forever.**
* For NFTs, this usually means every token and its metadata needs rent to be “rent-exempt”so it won’t get deleted.
* Rent keeps Solana’s network efficient: it discourages spamming the blockchain with too much unused data.

<br>
{% endhint %}

#### ✅ Update your Mint settings and Mint website if needed

<div><figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2FK4MqFGIoZPObXruf03Jn%2Fmint-page-settings.png?alt=media&#x26;token=cfd57ad7-a5e8-4107-ad5f-06db6a38ee0e" alt=""><figcaption></figcaption></figure> <figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2FwBa4qfXRN1VQ7d7CyoUe%2FMint-settings-solana.png?alt=media&#x26;token=b6d81cc7-0257-4782-820e-b036e4a43d14" alt=""><figcaption></figcaption></figure></div>

### 🎉 Your NFT Collection is ready to Mint!

You can proceed to [create an NFT Website](https://docs.imintify.com/website-builder/create-an-nft-website) to make Minting available to the public. &#x20;
