• Discover
  • Partner with us
  • Chapters
  • Blog

Learn everything about Move on Sui

Blockchain Basics
Blockchain Ecosystem Deep Dive
Blockchain Ecosystem Deep Dive - Layer 1s & Layer 2s
How Do Layer 1s and Layer 2s Work Together?

Introduction
DPos vs Pos
What is Next?
Object Centric Design-1
Object Centric Design-2
Real-Life Examples
Performable Transaction
Move on Sui

Architecture and Components
Sui Network
Sui Storage
Sui Compiler
Sui SDK

Remix IDE for Move on Sui
Install Sui on Windows
Install Sui on Mac
Install Sui on Linux
Project Structure and Modules
Structs and Objects
Init Function
Functions
Testing

Data Section
Functions 1
Functions 2
Deployment
Homework - Submit Your Repository

Interacting with Sui Blockchain from the Frontend
Interacting with Sui Blockchain from the Frontend-2
What is ZkLogin?
How ZkLogin Works?
Some Use Case Examples - ZkLogin
For More About ZkLogin
Sponsored Transactions

Final Project Sample Ideas
Submit Your Final Project

Sui Storage:

  • Sui storage is the storage layer of Sui, responsible for storing data on the blockchain in an object-centric manner.

Objects:

  • An object is a piece of data with a unique identifier (UID) and an owner address.
  • Objects can be mutable or immutable. Mutable objects can be changed by their owner or authorized smart contracts. They have a key property for UID and an optional store property indicating storage location.
  • Immutable objects are code packages with smart contract logic written in Move. They have no properties but can be referenced by other objects using their UID.

Fee Model:

  • Sui storage implements a fee model to ensure efficient and fair network resource usage.
  • Users must pay a one-time storage fee for each object they create or own. This fee is part of the gas fee calculation for transactions.
  • The storage fee varies based on object size and type, with immutable objects being cheaper.
  • Users can receive rebates for deleting or transferring objects, freeing up storage space.
  • Collected storage fees contribute to a storage fund used to reward validators maintaining network security and performance.
  • The storage fee model can be adjusted through governance proposals to align with the evolving needs of the Sui community.

User-Friendly Experience:

  • While it may seem complex, practical use will make these concepts clearer as you interact with the system.
Previous
Next

Lesson discussion

Swap insights and ask questions about “Learn everything about Move on Sui”.

Enroll to participate
Start the course to unlock the discussion. Enrolling helps us keep conversations relevant to learners.
WebsiteDiscoverPartner with UsBlogEvents
Discover
CoursesCircleRustSoliditySolanaWeb3 FundamentalsBlockchain Basics
CompanyAbout UsBrand GuidelineFAQsTerms of UsePrivacy PolicyGDPR NoticeCookies
Don't miss any update!

Disclaimer: The information, programs, and events provided on https://risein.com is strictly for upskilling and networking purposes related to the technical infrastructure of blockchain platforms. We do not provide financial or investment advice, nor do we make any representations regarding the value, profitability, or future price of any blockchain or cryptocurrency. Users are encouraged to conduct their own research and consult with licensed financial professionals before engaging in any investment activities. https://risein.com disclaims any responsibility for financial decisions made by users based on the information provided here.

© 2026 Rise In, All rights reserved