ChainPortalChainPortal Docs
Ecosystems
Ecosystems

SUI

Create native coins and NFT objects on SUI with parallel transaction execution.

SUISUI

Overview

SUI is a Layer-1 blockchain using the Move programming language with an object-centric data model. It offers parallel transaction execution and very low fees. ChainPortal supports SUI's native Coin and NFT Object standards.

What You Can Create

AssetStandardDescription
TokensCoin (Move)Native SUI coins with treasury management
NFTsNFT ObjectObject-based NFTs with on-chain properties
Multi-TokensMulti-Token ObjectMultiple token types as SUI objects

Features

  • Native Coin creation via factory
  • NFT Object collections with royalties
  • Multi-token support
  • Public and whitelist minting (with payment support)
  • Airdrop distribution
  • Token and liquidity locking
  • Launchpad presales
  • Staking pools

SUI Coin Limitation: Factory-created coins on SUI cannot have pause/whitelist/anti-bot features due to the One-Time Witness (OTW) constraint. Only mint/burn/transfer are available.

Wallets

  • SUI Wallet -- Official wallet (recommended)
  • Suiet -- Community wallet
  • Ethos -- Beginner-friendly option

Networks

Mainnets1
SUI Mainnet
Testnets2
SUI Testnet
SUI Devnet

Getting Started

1

Install SUI Wallet

Install the SUI Wallet browser extension. Suiet and Ethos wallets are also supported.

2

Switch to Testnet

In SUI Wallet settings, switch to Testnet to practice without spending real SUI.

3

Get Free Testnet SUI

Use the built-in faucet in SUI Wallet (Settings > Request SUI Tokens) to get free testnet tokens.

4

Connect and Create

Connect to ChainPortal and navigate to SUI > Tokens > Create to deploy your first Move coin.

External Resources

On this page

Edit on GitHub