Skip to content
ChainPortal Logo

Create SUI NFT Collection

Deploy an NFT collection on SUI

Connect Your Wallet

Connect a SUI wallet to create NFT collections

Select Chain

Choose the SUI network for deployment

Collection Details

Configure your NFT collection

Collection name is required.

Description is required.

Base URI for token metadata. Leave empty to set later.

Enforced via Transfer Policy on Kiosk

Network: Testnet
Type: Custom Move Object

Mint Configuration

Configure public and whitelist minting

Referral

Were you referred by someone?

If you were referred by someone, enter their referral code here.

How SUI NFTs Work

1

Deploy Package

A Move package with your NFT struct is published

2

Create Collection

Collection object stores metadata and minting capability

3

Mint NFTs

Each NFT is a unique object with its own ID

SUI Object Model

Every NFT on SUI is a unique object with a globally unique ID. Unlike account-based models, SUI objects are owned directly and can be transferred atomically without smart contract calls.

Learn about SUI Objects