SUI
Create native coins and NFT objects on SUI with parallel transaction execution.
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
| Asset | Standard | Description |
|---|---|---|
| Tokens | Coin (Move) | Native SUI coins with treasury management |
| NFTs | NFT Object | Object-based NFTs with on-chain properties |
| Multi-Tokens | Multi-Token Object | Multiple 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
Getting Started
Install SUI Wallet
Install the SUI Wallet browser extension. Suiet and Ethos wallets are also supported.
Switch to Testnet
In SUI Wallet settings, switch to Testnet to practice without spending real SUI.
Get Free Testnet SUI
Use the built-in faucet in SUI Wallet (Settings > Request SUI Tokens) to get free testnet tokens.
Connect and Create
Connect to ChainPortal and navigate to SUI > Tokens > Create to deploy your first Move coin.
External Resources
| Resource | URL |
|---|---|
| SUI Developer Docs | https://docs.sui.io |
| SUI Move Overview | https://docs.sui.io/guides/developer/sui-101/move-overview |
| SUI Coin Standard | https://docs.sui.io/guides/developer/coin |
| One-Time Witness (OTW) Explained | https://docs.sui.io/concepts/sui-move-concepts/one-time-witness |
| SUI Object Model | https://docs.sui.io/concepts/object-model |
| Mysten Labs GitHub | https://github.com/MystenLabs/sui |
| SUI Explorer | https://suiexplorer.com |
| Testnet Faucet | https://docs.sui.io/guides/developer/getting-started/get-coins |
| SUI Wallet | https://suiwallet.com |
| Suiet Wallet | https://suiet.app |